Updated for 1.21.4
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/cooked_cod"
|
||||
},
|
||||
"overrides": [
|
||||
{"predicate": {"custom_model_data":59760}, "model": "lz:food/stew_baked_cod"},
|
||||
{"predicate": {"custom_model_data":59761}, "model": "lz:food/stew_fish"}
|
||||
]
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "custom_model_data",
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/cooked_cod"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "stew_cod", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
|
||||
{ "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user