0.5.2
resource pack !
This commit is contained in:
parent
0cf90ea696
commit
cace53df3d
14 changed files with 180 additions and 9 deletions
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/compass_16"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"custom_model_data": 1
|
||||
},
|
||||
"model": "raxen/item/device"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue