mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"parent": "builtin/entity",
|
|
"display": {
|
|
"thirdperson": {
|
|
"rotation": [180, -45, 0],
|
|
"translation": [0, 1, -2.5],
|
|
"scale": [0.25, 0.25, 0.25]
|
|
},
|
|
"firstperson": {
|
|
"rotation": [0, -180, 0],
|
|
"scale": [0.55, 0.55, 0.55]
|
|
},
|
|
"gui": {
|
|
"rotation": [0, 180, 0],
|
|
"scale": [0.7, 0.7, 0.7]
|
|
}
|
|
}
|
|
}
|