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,18 @@
{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/apple"
},
"cases": [
{ "when": "pie_apple", "model": { "type": "model", "model": "lz:food/pie_apple" } },
{ "when": "pie_apple1", "model": { "type": "model", "model": "lz:food/pie_apple1" } },
{ "when": "pie_apple2", "model": { "type": "model", "model": "lz:food/pie_apple2" } },
{ "when": "pie_apple3", "model": { "type": "model", "model": "lz:food/pie_apple3" } },
{ "when": "pie_apple4", "model": { "type": "model", "model": "lz:food/pie_apple4" } },
{ "when": "apple_cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
]
}
}