mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"parent": "builtin/entity",
|
|
"gui_light": "front",
|
|
"textures": {
|
|
"particle": "item/trident"
|
|
},
|
|
"display": {
|
|
"thirdperson_righthand": {
|
|
"rotation": [ 0, 60, 0 ],
|
|
"translation": [ 11, 17, -2 ],
|
|
"scale": [ 1, 1, 1 ]
|
|
},
|
|
"thirdperson_lefthand": {
|
|
"rotation": [ 0, 60, 0 ],
|
|
"translation": [ 3, 17, 12 ],
|
|
"scale": [ 1, 1, 1 ]
|
|
},
|
|
"firstperson_righthand": {
|
|
"rotation": [ 0, -90, 25 ],
|
|
"translation": [ -3, 17, 1],
|
|
"scale": [ 1, 1, 1 ]
|
|
},
|
|
"firstperson_lefthand": {
|
|
"rotation": [ 0, 90, -25 ],
|
|
"translation": [ 13, 17, 1],
|
|
"scale": [ 1, 1, 1 ]
|
|
},
|
|
"gui": {
|
|
"rotation": [ 15, -25, -5 ],
|
|
"translation": [ 2, 3, 0 ],
|
|
"scale": [ 0.65, 0.65, 0.65 ]
|
|
},
|
|
"fixed": {
|
|
"rotation": [ 0, 180, 0 ],
|
|
"translation": [ -2, 4, -5],
|
|
"scale":[ 0.5, 0.5, 0.5]
|
|
},
|
|
"ground": {
|
|
"rotation": [ 0, 0, 0 ],
|
|
"translation": [ 4, 4, 2],
|
|
"scale":[ 0.25, 0.25, 0.25]
|
|
}
|
|
},
|
|
"overrides": [
|
|
{
|
|
"predicate": {
|
|
"throwing": 1
|
|
},
|
|
"model": "item/trident_throwing"
|
|
}
|
|
]
|
|
}
|