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,20 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_chicken"
},
"cases": [
{ "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
{ "when": "roast0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken0" } },
{ "when": "roast1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken1" } },
{ "when": "roast2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken2" } },
{ "when": "roast3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken3" } },
{ "when": "roast4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
]
}
}