resent-1.8/desktopRuntime/resources/assets/minecraft/models/item/skull_skeleton.json

19 lines
462 B
JSON
Raw Normal View History

2022-12-27 10:59:46 -08:00
{
"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 ]
}
}
}