Rename ResoucePack Folder

This commit is contained in:
2026-02-26 19:58:15 +00:00
parent 254fdcc4b9
commit 5c7e4fc41a
462 changed files with 0 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cod"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
{ "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
{ "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
{ "when": "roll5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
{ "when": "roll6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } },
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
]
}
}