Updated for 1.21.4
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
{
|
||||
"parent": "item/handheld",
|
||||
"textures": {
|
||||
"layer0": "item/bone"
|
||||
},
|
||||
"display": {
|
||||
"head": {
|
||||
"rotation": [ 0, 0, -45 ],
|
||||
"translation": [ 0, -4.5, -6.5],
|
||||
"scale":[ 1, 1, 1 ]
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{"predicate": {"custom_model_data":59750}, "model": "lz:food/soup_bone_broth"}
|
||||
]
|
||||
}
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "custom_model_data",
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bone"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "bone_broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user