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 !