Posted October 25, 20214 yr 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 ! Edited October 25, 20214 yr by EeXolebgorVecdia Mispelled a word
October 26, 20214 yr 4 hours ago, EeXolebgorVecdia said: vecdiasfeatures:models/item/degastroparetranotodium.json seems to be the model is in the wrong location
October 26, 20214 yr Author 16 hours ago, Luis_ST said: seems to be the model is in the wrong location 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.
October 26, 20214 yr Author Oh never mind ! I found the error i wrote "degastrotaparetranotratodium" in my ItemInit class. It now Works ! THANKS Edited October 26, 20214 yr by EeXolebgorVecdia
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.