Overrides do not apply to tridents
Poly2it opened this issue ยท 1 comments
Minecraft 1.18.2
Chime v1.2.1
Overrides for the trident model in inventory does not apply.
How to replicate:
in overrides/item
:
in gold_ingot.json
and trident.json
:
{
"overrides": [
{
"predicate": {
"name": "Fork"
},
"model": "item/fork"
}
]
}