changing chest model
i am trying to add a custom model data to a chest, but changing the chest.json file breaks the texture of all chests in hand
{
"parent": "item/generated",
"textures": {
"layer0": "entity/chest/normal"
},
"overrides": [
{ "predicate": { "custom_model_data": 1 }, "model": "item/deck" }
]
}
Continue to help post