Jump to content

Unable to load model 1.16.5 Forge


EeXolebgorVecdia

Recommended Posts

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 by EeXolebgorVecdia
Mispelled a word
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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