ActuallyAdditions/src/main/resources/assets/actuallyadditions/models/item/blockFishingNet.json
2016-01-10 15:12:48 +01:00

15 lines
No EOL
341 B
JSON

{
"parent": "actuallyadditions:block/blockFishingNet",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson": {
"rotation": [0, 0, 0 ],
"translation": [0, 4, 2 ],
"scale": [1.2, 1.2, 1.2]
}
}
}