Humanize custom item names
This commit is contained in:
@@ -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" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user