Files
minecraft-server-resource-pack/assets/minecraft/items/oak_sapling.json
T
2026-08-12 23:55:32 +01:00

15 lines
340 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/oak_sapling"
},
"cases": [
{ "when": "Christmas Tree", "model": { "type": "model", "model": "lz:festive/christmas_tree" } }
]
}
}