You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON file that contains the actual model data (because there are 5 JSON files for the anvil) is assets/minecraft/models/block/anvil/anvil.json
I used GRengine Modeler to try and import the JSON, but it gave me an error code (unexpected token at position ...). I quickly realized that a whole lot of opening braces (this --> { <--) were missing. That's right, the JSON is unbalanced!
Fix:
Find every "from" (and that's with quotes) in the text. This "from" must have an opening brace in front of it. If it does not, just add it. I applied this to all cases, and when I loaded up Minecraft, the anvil displayed properly without any missing texture in sight!
The string item has a missing texture. This is an easy fix. Edit the string's model file: assets/minecraft/item_models/misc/string.json Broken: "textures":{"string":"items/bag/string/bright","wo... Working: "textures":{"string":"items/bag/string/silver","wo...
In 1.10, I am getting the anvil as having the black and purple squares broken texture.
The text was updated successfully, but these errors were encountered: