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/cocoa_beans"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
{ "when": "Chocolate Pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "Chocolate Pie 1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
{ "when": "Chocolate Pie 2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
{ "when": "Chocolate Pie 3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
{ "when": "Chocolate Pie 4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
{ "when": "Hot Chocolate", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
]
}
}