ActuallyAdditions/src/main/resources/assets/actuallyadditions/models/item/itemPickaxeEmerald.json
2016-02-17 20:32:02 +01:00

19 lines
403 B
JSON

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