superb-warfare/src/main/resources/assets/superbwarfare/models/displaysettings/vector.item.json
2024-07-27 02:20:09 +08:00

109 lines
No EOL
1.4 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "builtin/entity",
"texture_size": [
128,
128
],
"display": {
"thirdperson_righthand": {
"translation": [
0,
-1.25,
-1.5
],
"scale": [
0.5,
0.5,
0.5
]
},
"thirdperson_lefthand": {
"translation": [
0,
-1.25,
-1.5
],
"scale": [
0.5,
0.5,
0.5
]
},
"firstperson_righthand": {
"translation": [
-4.25,
-2.75,
-8
],
"scale": [
2,
2,
2
]
},
"firstperson_lefthand": {
"rotation": [
0,
0,
5
],
"translation": [
-6,
0.75,
4.25
],
"scale": [
0,
0,
0
]
},
"ground": {
"translation": [
0,
3,
0
],
"scale": [
0.55,
0.55,
0.55
]
},
"gui": {
"rotation": [
30,
-145,
0
],
"translation": [
-1,
0.25,
0
],
"scale": [
0.7,
0.7,
0.7
]
},
"fixed": {
"rotation": [
0,
90,
0
],
"translation": [
0,
-2.5,
-1.5
],
"scale": [
1.1,
1.1,
1.1
]
}
}
}