Raxen/resource_pack/raxen/assets/minecraft/models/item/diamond_shovel.json

25 lines
404 B
JSON
Raw Normal View History

2022-05-24 16:00:40 +00:00
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_shovel"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model":"raxen/item/device"
},
{
"predicate": {
"custom_model_data": 2
},
"model":"raxen/gui/lower_section"
},{
"predicate": {
"custom_model_data": 3
},
"model":"raxen/gui/upper_section"
}
]
}