Posted October 7, 20178 yr 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/
October 7, 20178 yr 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 October 7, 20178 yr by Jay Avery
October 7, 20178 yr Author 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
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.