Updated for 1.21.4

This commit is contained in:
2024-12-05 21:04:52 +00:00
parent 03707a438d
commit a08af1bdd2
27 changed files with 502 additions and 405 deletions
@@ -1,9 +1,13 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:block/oak_sapling"
},
"overrides": [
{"predicate": {"custom_model_data":59701}, "model": "lz:festive/christmas_tree"}
]
"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" } }
]
}
}