Humanize custom item names

This commit is contained in:
2026-08-12 23:55:32 +01:00
parent 8202db0e2c
commit 0c77a59b1b
32 changed files with 591 additions and 572 deletions
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/cooked_porkchop"
},
"cases": [
{ "when": "ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
{ "when": "ham_0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_0" } },
{ "when": "ham_1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_1" } },
{ "when": "ham_2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_2" } },
{ "when": "ham_3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_3" } },
{ "when": "ham_4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_4" } }
{ "when": "Honey Glazed Ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
{ "when": "Honey Glazed Ham 0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_0" } },
{ "when": "Honey Glazed Ham 1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_1" } },
{ "when": "Honey Glazed Ham 2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_2" } },
{ "when": "Honey Glazed Ham 3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_3" } },
{ "when": "Honey Glazed Ham 4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_4" } }
]
}
}