Add resourcepack contents

This commit is contained in:
2026-08-10 22:35:03 +01:00
parent e44aa498d5
commit d5a49f66fb
461 changed files with 15874 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/apple"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
{ "when": "pie1", "model": { "type": "model", "model": "lz:food/pie_apple1" } },
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_apple2" } },
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_apple3" } },
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_apple4" } },
{ "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
]
}
}