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

15 lines
322 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/carrot"
},
"cases": [
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
]
}
}