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
+2 -2
View File
@@ -8,8 +8,8 @@
"model": "minecraft:block/carved_pumpkin"
},
"cases": [
{ "when": "witch_hat", "model": { "type": "model", "model": "lz:hats/witch" } },
{ "when": "floral_crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
{ "when": "Witch Hat", "model": { "type": "model", "model": "lz:hats/witch" } },
{ "when": "Floral Crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
]
}
}