ploof-pack/faithless/assets/minecraft/models/item/handheld_tools.json

24 lines
583 B
JSON

{
"parent": "item/generated",
"display": {
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 0, 2.2, 0.4 ],
"scale": [ 0.68, 0.68, 0.68 ]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
},
"thirdperson_righthand": {
"rotation": [ 0, -90, 55 ],
"translation": [ 0, 4.0, 0.5 ],
"scale": [ 0.85, 0.85, 0.85 ]
},
"thirdperson_lefthand": {
"rotation": [67.5, 0, 90],
"translation": [-6, -6, 10],
"scale": [0.85, 0.85, 0.85]
}
}
}