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,18 @@
{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_porkchop"
},
"cases": [
{ "when": "ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
{ "when": "ham0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham0" } },
{ "when": "ham1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham1" } },
{ "when": "ham2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham2" } },
{ "when": "ham3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham3" } },
{ "when": "ham4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham4" } }
]
}
}