#Custom model data not working for item

1 messages · Page 1 of 1 (latest)

honest yarrow
#

Im having an issue where the custom model data for the white dye doesn't show up, il link below the json file, idk if i misspelt anything, i will also show the path of the files too! this shows up as a missing texture too, black and purple box 😦

untold sentinelBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1722480450:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

honest yarrow
#

{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/white_dye"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "minecraft:block/custom/Vases1"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "minecraft:block/custom/BonePile1"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "minecraft:block/custom/Leaf1"
},
{
"predicate": {
"custom_model_data": 4
},
"model": "minecraft:block/custom/Web1"
},
{
"predicate": {
"custom_model_data": 5
},
"model": "minecraft:block/custom/Plate1"
},
{
"predicate": {
"custom_model_data": 6
},
"model": "minecraft:block/custom/Banner1"
},
{
"predicate": {
"custom_model_data": 7
},
"model": "minecraft:block/custom/Banner2"
},
{
"predicate": {
"custom_model_data": 8
},
"model": "minecraft:item/white_dye/painting1"
},
{
"predicate": {
"custom_model_data": 9
},
"model": "minecraft:block/custom/Plant1"
}
]
}

#

This is the white_dye.json file

#

oo forgot to say but the models are made with blockbench
here is one of the models that was made

#

this is the banner1.json in the file path assets/minecraft/models/block/custom

twilit granite
#

In what way doesn't it show up? Does it stay looking like white dye, or does it show as a broken texture?

honest yarrow
#

broken textures all the way through

twilit granite
#

Well, I can see that your model file names include capital letters, which isn't allowed

honest yarrow
#

oooh, ima try that

twilit granite
#

So that's probably at least one factor as to why

honest yarrow
#

yeah thats probably why

#

yep that solved it!

#

thanks!