On the item model json file, be able to use NBT or display.Name in the predicate in the overrides collection to indicate a new model for the item:
"overrides": [
{
"predicate": {
"nbt": "{display:{\"name\":'{\"text\":\"Some Item Name\"}'}}"
},
"model": "namespace:item/custom_model"
}
]
Please sign in to leave a comment.
2 Comments