MineAssets/1.8.9/assets/minecraft/models/item/carrot_on_a_stick.json
2024-12-17 02:08:01 +03:00

19 lines
447 B
JSON

{
"parent": "builtin/generated",
"textures": {
"layer0": "items/carrot_on_a_stick"
},
"display": {
"thirdperson": {
"rotation": [ 180, 90, -35 ],
"translation": [ 0, 0, -3.5 ],
"scale": [ 0.85, 0.85, 0.85 ]
},
"firstperson": {
"rotation": [ 0, 45, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
}