Files
minecraft-server-resource-pack/packs/0-lzcustom/assets/minecraft/items/bone.json
T
2024-12-12 12:55:50 +00:00

13 lines
311 B
JSON

{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bone"
},
"cases": [
{ "when": "broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
]
}
}