25 lines
404 B
JSON
25 lines
404 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|