13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"model": {
|
|
"type": "select",
|
|
"property": "custom_model_data",
|
|
"fallback": {
|
|
"type": "minecraft:model",
|
|
"model": "minecraft:item/oak_sapling"
|
|
},
|
|
"cases": [
|
|
{ "when": "christmas", "model": { "type": "model", "model": "lz:festive/christmas_tree" } }
|
|
]
|
|
}
|
|
} |