Jump to content

EeXolebgorVecdia

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by EeXolebgorVecdia

  1. Oh never mind ! I found the error i wrote "degastrotaparetranotratodium" in my ItemInit class. It now Works ! THANKS
  2. Hello Luis_ST, I didn't understand why because i just wrote degastrotaparetranotodium_ore.json and not degastrotaparetranotodium, so I do not know the issue with my code.
  3. Hello, I recently restarted modding and i am a bit confused why this texture won't load (Inventory and hand texture of a modded block) //"vecdiasfeatures" is the mod id //1) degastrotaparetranotodium_ore.json in src/main/resources/models/block ("degastrotaparetranotodium" is the name of an ore) : { "parent": "block/cube_all", "textures": { "all": "vecdiasfeatures:blocks/degastrotaparetranotodium_ore" } } //2) degastrotaparetranotodium_ore.json in src/main/resources/models/items { "parent": "vecdiasfeatures:block/degastrotaparetranotodium_ore" } //3) degastrotaparetranotodium_ore.json in src/main/resources/blockstates { "variants": { "": { "model": "vecdiasfeatures:block/degastrotaparetranotodium_ore" } } } The Error is : [Worker-Main-4/WARN] [minecraft/ModelBakery]: Unable to load model: 'vecdiasfeatures:degastroparetranotodium#inventory' referenced from: vecdiasfeatures:degastroparetranotodium#inventory: java.io.FileNotFoundException: vecdiasfeatures:models/item/degastroparetranotodium.json Have a great day and Thanks in advance !
×
×
  • Create New...

Important Information

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