Jump to content

Recommended Posts

Posted (edited)

I am building my first mod and am struggling to add an item to the game successfully.

I am building with Java 8,
Using MDK 1.16.5
I have uploaded the code to a Github repository [Deleted Repository] for more thorough review if desired.

 I am receiving an error related to being unable to find my JSON file. 

[net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'archtest:astonium#inventory' referenced from: archtest:astonium#inventory: java.io.FileNotFoundException: archtest:models/item/astonium.json

My current hierarchy --> photo here

I have attempted to rearrange the hierarchy and place the models directly into the resources directory however this has not worked either. 

astonium.json

{
  "parent": "item/generated",
  "textures": {
    "layer0": "archtest:item/astonium"
  }
}

 

Any help is appreciated.

 

Edited by AirPeach
  • AirPeach changed the title to [RESOLVED] Forge can't find my model JSON (Unable to Load Model)

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.

Announcements



×
×
  • Create New...

Important Information

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