ActuallyAdditions/src/main/resources/assets/actuallyadditions/models/item/itemSwordQuartz.json

19 lines
394 B
JSON
Raw Normal View History

{
"parent": "builtin/generated",
"textures": {
2016-01-12 00:33:40 +01:00
"layer0": "actuallyadditions:items/itemSwordQuartz"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
}