1
CMD (CustomModelData) Issuesearch
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?
{
"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?
