chore: commit all changes

This commit is contained in:
2026-08-11 19:00:56 +01:00
parent 17f317366d
commit 18ad59b195
457 changed files with 0 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cod"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
{ "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
{ "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } },
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
]
}
}