Updated for 1.21.4
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/dried_kelp"
|
||||
},
|
||||
"overrides": [
|
||||
{"predicate": {"custom_model_data":59700}, "model": "lz:food/plated_kelp_roll"},
|
||||
{"predicate": {"custom_model_data":59701}, "model": "lz:food/plated_kelp_roll_1"},
|
||||
{"predicate": {"custom_model_data":59702}, "model": "lz:food/plated_kelp_roll_2"},
|
||||
{"predicate": {"custom_model_data":59703}, "model": "lz:food/plated_kelp_roll_3"}
|
||||
]
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "custom_model_data",
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/dried_kelp"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
|
||||
{ "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
|
||||
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
|
||||
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user