The following is the netherite_sword.json in my resourcepack:
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/netherite_sword"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":7000
},
"model":"item/custom/agnimitra"
},
{
"predicate":
{
"custom_model_data":1000
},
"model":"item/custom/dominiksword"
}
]
}```
/give-ing myself a netherite sword with CustomModelData: 1000 gets me a sword with the dominiksword model, but so does doing the same with CustomModelData: 7000
why are they both the same model even though its specified that they are different ones?