Updated Carved Pumpkin and Apple (renamed item to items)

This commit is contained in:
2024-12-05 20:34:07 +00:00
parent e3f275ca18
commit 03707a438d
31 changed files with 33 additions and 22 deletions
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/carved_pumpkin"
},
"cases": [
{ "when": "witch_hat", "model": { "type": "model", "model": "lz:hats/witch" } },
{ "when": "floral_crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
]
}
}