Add resourcepack contents
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "component",
|
||||
"component": "minecraft:custom_name",
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/cooked_chicken"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
|
||||
{ "when": "roast0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken0" } },
|
||||
{ "when": "roast1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken1" } },
|
||||
{ "when": "roast2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken2" } },
|
||||
{ "when": "roast3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken3" } },
|
||||
{ "when": "roast4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken4" } },
|
||||
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user