Jump to content

Block model loading fails


tebreca

Recommended Posts

Hello dear minecraft modding forum,

I recently started modding in 1.12 with the new registryevent.

I've got items working but my block models wont work, i guess its some stupid mistake of 1 thing forgotten. I cant find it myself so i ask you

 

here's the error i get for the loading item model

https://pastebin.com/g4GEq4Sm

 

it looks like the block model doesnt get rendered, please help me.

 

GitHub Repo: https://github.com/Eaglesmoddingteam/Back-to-Eco/

Link to comment
Share on other sites

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bte:block/limonaric_mud with loader VanillaLoader.INSTANCE, skipping
  ...
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 3 column 6 path 

There is a syntax error in your bte:block/limonaric_mud file. In future run your json files through a validator like jsonlint or an IDE plugin to catch mistakes like this.

Edited by Jay Avery
Link to comment
Share on other sites

1 minute ago, Jay Avery said:

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model bte:block/limonaric_mud with loader VanillaLoader.INSTANCE, skipping
  ...
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 3 column 6 path 

There is a syntax error in your bte:block/limonaric_mud file. In future run your json files through a validator like jsonlint or an IDE plugin to catch mistakes like this.

ok thx

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.

Announcements



×
×
  • Create New...

Important Information

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