Coming soon - Get a detailed view of why an account is flagged as spam!
view details

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.

2
Custom Models are selectively showing up
Post Body

(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.

Author
Account Strength
100%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
32,700
Link Karma
17,551
Comment Karma
13,778
Profile updated: 1 week ago
Posts updated: 10 months ago
:area_effect_cloud: Datapack Enthusiast:armor_stand:

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
3 years ago