Jump to content

Animefan8888

Forge Modder
  • Posts

    6157
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by Animefan8888

  1. Well after looking at that tutorial, you forgot to put the [] on inventory.
  2. This is probably not the issue, but for all I know it may be but why the [] "normal": [{}],
  3. Is there a error log printed in the console when you load Minecraft?
  4. Post the change here please for future people that have this problem.
  5. The stairs blockstate does a lot of rotation any block that doesn't render the same no matter how you place it has some rotation in its blockstate JSON.
  6. What edit are you trying to make to EntityRenderer?
  7. Are you calling ModelLoader.setCustomModelResourceLocation(item, metadata, model); *Edit call it in preInit
  8. That is not the problem it is true that PotionEffects doesn't exist in 1.10 instead use
  9. The error is happening in your Teleporter class on line 134/38
  10. Unless you want the food to only have one then you don't even have to make a new class apparently
  11. I would suggest Adding capabilities to the player to save your data, using a player tick event to do things after a certain amount of time, and using events to set a boolean that is saved to the players capabilites.
  12. You need to create a class that extends ItemFood and use that to initialize your food item.
  13. Why not try playing around with it a little? Try putting your armor textures path into it.
  14. You create 4 items one for each piece of armor, initialize them using a class that extends ItemArmor. Register them normally. And in the class that extends ItemArmor add getArmorTexture and set the armor texture path as the return for each item you initialize to that class.
  15. I believe he wants to know how to use the vanilla model, but apply his own texture if not that is how you would go about doing that. But I believe there is a method called getArmorTexture in Item.
  16. Could you post your updated code for PotionRecipes?
  17. You wouldn't be overlaying you would be creating a new Gui in general, the easiest way would be to extend GuiMerchant and in init add Buttons.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.