1

CMD (CustomModelData) Issuesearch

MythicMango 5/16/22 12:11 am
92
So I'm trying to make a pack that uses custom model data, but I need to put two CMD numbers into it. In the json file the iron sword has this code,
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "item/iron_sword"
},
"overrides":
[
{ "predicate": { "custom_model_data": 2426804}, "model": "custom/quartz_sword"},
{ "predicate": { "custom_model_data": 2426805}, "model": "custom/ruby_sword"}
]
}

And for some reason the ruby sword is appearing even when the quartz swords number is being used, I have all the jsons set up and textures so this shouldn't be happening. Any help?
Posted by
MythicMango
Level 39 : Artisan Toast
28

  Have something to say?

JoinSign in

Welcome