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
+5 -5
View File
@@ -8,11 +8,11 @@
"model": "minecraft:block/pumpkin"
},
"cases": [
{ "when": "stuffed_pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
{ "when": "stuffed_pumpkin_1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_1" } },
{ "when": "stuffed_pumpkin_2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_2" } },
{ "when": "stuffed_pumpkin_3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_3" } },
{ "when": "stuffed_pumpkin_4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
{ "when": "Stuffed Pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
{ "when": "Stuffed Pumpkin 1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_1" } },
{ "when": "Stuffed Pumpkin 2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_2" } },
{ "when": "Stuffed Pumpkin 3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_3" } },
{ "when": "Stuffed Pumpkin 4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
]
}
}