Created the proper rendering for the crystal clusters while in hand
This commit is contained in:
parent
19fec96bfd
commit
ea24e7edd8
15 changed files with 261 additions and 7 deletions
|
@ -9,6 +9,40 @@
|
|||
}
|
||||
},
|
||||
"variants": {
|
||||
"attached": {
|
||||
"down": {
|
||||
"transform": {
|
||||
"translation": [ 0, 0, -1 ],
|
||||
"rotation": {"x": 180}
|
||||
}
|
||||
},
|
||||
"up": {
|
||||
},
|
||||
"north": {
|
||||
"transform": {
|
||||
"translation": [ 0, 1, 0 ],
|
||||
"rotation": {"x": -90}
|
||||
}
|
||||
},
|
||||
"south": {
|
||||
"transform": {
|
||||
"translation": [ 0, -1, 0 ],
|
||||
"rotation": {"x": 90}
|
||||
}
|
||||
},
|
||||
"east": {
|
||||
"transform": {
|
||||
"translation": [ 0, 0, 1 ],
|
||||
"rotation": {"z": -90}
|
||||
}
|
||||
},
|
||||
"west": {
|
||||
"transform": {
|
||||
"translation": [ 0, 0, 1 ],
|
||||
"rotation": {"z": 90}
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"default": {
|
||||
"textures": {
|
||||
|
@ -89,6 +123,35 @@
|
|||
"inventory": [{
|
||||
"transform": {
|
||||
"translation": [0.44, -0.1, 0.44]
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"default": {
|
||||
"textures": {
|
||||
"#crystal" : "bloodmagic:models/DefaultCrystal"
|
||||
}
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"#crystal" : "bloodmagic:models/CorrosiveCrystal"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"#crystal" : "bloodmagic:models/DestructiveCrystal"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"#crystal" : "bloodmagic:models/VengefulCrystal"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"#crystal" : "bloodmagic:models/SteadfastCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue