BloodMagic/src/main/resources/assets/bloodmagic/models/item/ItemSentientBow.json

18 lines
448 B
JSON
Raw Normal View History

{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow"
},
"display": {
"thirdperson": {
"rotation": [ 5, 80, -45 ],
"translation": [ 0.75, 0, 0.25 ],
"scale": [ 1, 1, 1 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
}