This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
(FIXED)
The names of the textures needed to be all lowercase.
For some reason, most of my custom models (Using custom model data on the carrot_on_a_stick) work perfectly, but the NPC model I just tried making refuses to work. Any help is welcome!
Code:
{ "parent":Â "minecraft:item/generated", "textures":Â { "layer0":Â "minecraft:item/carrot_on_a_stick" Â Â }, "overrides":Â [ Â Â Â Â { "predicate":Â { "custom_model_data":Â 1 Â Â Â Â Â Â }, "model":Â "item/hookshot" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 2 Â Â Â Â Â Â }, "model":Â "item/boomerang" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 3 Â Â Â Â Â Â }, "model":Â "item/fire_rod" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 4 Â Â Â Â Â Â }, "model":Â "item/ice_rod" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 5 Â Â Â Â Â Â }, "model":Â "item/hammer" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 6 Â Â Â Â Â Â }, "model":Â "item/small_key" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 1010 Â Â Â Â Â Â }, "model":Â "item/great_fairy_fly" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 1020 Â Â Â Â Â Â }, "model":Â "item/great_fairy_bless" Â Â Â Â }, Â Â Â Â { "predicate":Â { "custom_model_data":Â 1030 Â Â Â Â Â Â }, "model":Â "item/great_fairy_think" Â Â Â Â } Â Â ] }
I ran both this code and the code for the models (created using Blockbench) through JSONLint, but it didn't change anything. I have no idea what is going wrong. The models are all in the same folder so that shouldn't change anything. The only models not working are the great fairy models.
Subreddit
Post Details
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/MinecraftCo...