Updated Carved Pumpkin and Apple (renamed item to items)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "custom_model_data",
|
||||
"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" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user