Jump to content

Recommended Posts

Posted

So I'm rather new to modding and I am following McJty's youtube tutorial.

I am pretty much at the end of the linked video. Where he finally gets the texture to load (21:40).

 

However at that point i get the following error.

  Reveal hidden contents

At first it looked to me like it's missing the model JSON files for block and item. But as far as i understood it I do not need those cause im referencing the vanilla model when i do it like the tutorial says.

I kinda think i am doing something wrong with the registration of the block :S

 

If this type of stuff does not belong here or if somebody can point me to some good advice it is more than welcome.

 

Thanks in advance o/

Posted (edited)
    @SubscribeEvent
    public static void registerModels(ModelRegistryEvent event) {
    }

1. I assume that this should not be empty. As far as I could tell from your repo, you did not register the model of your block.

 

  On 3/1/2019 at 8:18 PM, Schmocklord said:

Caused by: java.io.FileNotFoundException: mymod:models/item/fast_furnace.json

Expand  

2. Your block also needs a model for its item form.

Edited by DavidM

Some tips:

  Reveal hidden contents

 

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.