chore: commit all changes
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "component",
|
||||
"component": "minecraft:custom_name",
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/sweet_berries"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } },
|
||||
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_1" } },
|
||||
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_2" } },
|
||||
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_3" } },
|
||||
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_4" } },
|
||||
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user