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
+8 -8
View File
@@ -8,14 +8,14 @@
"model": "minecraft:item/bread"
},
"cases": [
{ "when": "sandwich_chicken_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
{ "when": "sandwich_chicken_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
{ "when": "sandwich_egg_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
{ "when": "sandwich_egg_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
{ "when": "sandwich_glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
{ "when": "sandwich_glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
{ "when": "sandwich_sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
{ "when": "sandwich_sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
{ "when": "Chicken Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
{ "when": "Chicken Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
{ "when": "Egg Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
{ "when": "Egg Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
{ "when": "Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
{ "when": "Dark Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
{ "when": "Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
{ "when": "Dark Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
]
}
}