Files
minecraft-server-resource-pack/assets/minecraft/items/carved_pumpkin.json
T
2026-08-12 23:55:32 +01:00

16 lines
424 B
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"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" } }
]
}
}