resource pack !
This commit is contained in:
unurled 2022-05-24 18:00:40 +02:00
parent 0cf90ea696
commit cace53df3d
14 changed files with 180 additions and 9 deletions

View file

@ -0,0 +1,15 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/compass_16"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "raxen/item/device"
}
]
}

View file

@ -0,0 +1,20 @@
{
"parent":"item/handheld",
"textures": {
"layer0":"item/diamond_axe"
},
"overrides": [
{
"predicate": {
"custom_model_data":1
},
"model":"default/magical_axe"
},
{
"predicate": {
"custom_model_data":2
},
"model":"default/battle_axe"
}
]
}

View file

@ -0,0 +1,25 @@
{
"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"
}
]
}