Jump to content

JohniClark

Members
  • Posts

    8
  • Joined

  • Last visited

JohniClark's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. its src\main\resources\assets\extendedemeralds\models\item
  2. Hello, when running my mod it says model definition not found and i cant fix it. i provided a fml log and a picture of my folder structure and the code in my files Iemerald_nugget.java emerald_nugget.json ExtendedEmeralds.java (Main File) Hopefully Someone can help me. fml-client-latest.log
  3. I did register it as emerald_nugget in the gameregistry afterwards but i still get the same error : [Client thread/ERROR] [FML]: Model definition for location extendedemeralds:emerald_nugget#inventory not found
  4. can i add you somewhere. so that you can help me better?
  5. MC and Forge version 1.8. could you tell me where i typed something in uppercase? because you sayd to type everything in lowercase. EDIT: i tried using modelloader and thats my new line : ModelLoader.setCustomModelResourceLocation(enugget, 0, new ModelResourceLocation(MODID + ":emerald_nugget", "inventory")); but i get the same error : [15:16:27] [Client thread/ERROR] [FML]: Model definition for location extendedemeralds:EmeraldNugget#inventory not found
  6. Hello i tried to make an mod. but while starting the game and getting my item i just get an pink and black block. in the console it says: Model definition for location extendedemeralds:EmeraldNugget#inventory not found here are my files. emerald_nugget.json (Item Json) ItemEmeraldNugget.java (Item FIle) ExtendedEmeralds.java (Main File) My Folder structure is in the file attached. also in the file you can see that i have an png too! hope someone can help me.
×
×
  • Create New...

Important Information

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