minecraft-datapacks/resourcepack/assets/minecraft/models/item/shield_blocking.json

78 lines
1.6 KiB
JSON

{
"parent": "builtin/entity",
"display": {
"thirdperson_righthand": {
"rotation": [
0,
90,
0
],
"translation": [
10.51,
6,
-4
],
"scale": [
1,
1,
1
]
},
"thirdperson_lefthand": {
"rotation": [
0,
90,
0
],
"translation": [
10.51,
6,
12
],
"scale": [
1,
1,
1
]
},
"firstperson_righthand": {
"rotation": [ 0, 180, -5 ],
"translation": [ -15, 2.25, -11 ],
"scale": [ 1.25, 1.25, 1.25 ]
},
"firstperson_lefthand": {
"rotation": [
0,
180,
-5
],
"translation": [
5,
4,
-11
],
"scale": [
1.25,
1.25,
1.25
]
},
"gui": {
"rotation": [
15,
-25,
-5
],
"translation": [
2,
3,
0
],
"scale": [
0.65,
0.65,
0.65
]
}
}
}