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
+4 -4
View File
@@ -8,10 +8,10 @@
"model": "minecraft:item/baked_potato"
},
"cases": [
{ "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked_1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } },
{ "when": "baked_2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } },
{ "when": "baked_3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
{ "when": "Baked Potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "Baked Potato 1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } },
{ "when": "Baked Potato 2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } },
{ "when": "Baked Potato 3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
]
}
}