BloodMagic/src/main/resources/assets/bloodmagic/blockstates/BlockAltar.json
2016-03-16 15:37:55 -07:00

39 lines
895 B
JSON

{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "bloodmagic:BlockAltar.obj",
"custom": { "flip-v": true },
"transform": {
"translation": [ 0.05, -0.5, 0.05 ],
"scale": [ 0.1, 0.1, 0.1 ]
}
},
"variants": {
"normal": [{
}],
"inventory": [{
"transform": {
"translation": [ 0.05, -0.1, 0.05 ],
"scale": [ 0.07, 0.07, 0.07 ],
"firstperson": {
"translation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson": {
"translation": [ 0, 0.09375, -0.171875 ],
"rotation": [{ "x": 10 }, { "y": -45 }, { "z": 170 }],
"scale": [ 0.375, 0.375, 0.375 ]
},
"fixed": {
"scale": [ 1, 1, 1 ]
},
"gui": {
"translation": [ 0, -0.15, -0.03 ],
"scale": [ 1, 1, 1 ]
}
}
}]
}
}