Files
minecraft-server-resource-pack/resourcepack/assets/minecraft/items/oak_sapling.json
T
2026-08-10 22:35:03 +01:00

14 lines
334 B
JSON

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