Files
minecraft-server-resource-pack/resourcepack/assets/minecraft/items/bone.json
T

15 lines
348 B
JSON

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