BloodMagic/src/main/resources/assets/bloodmagic/blockstates/BlockIncenseAltar.json

23 lines
521 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "bloodmagic:BlockIncenseAltar.obj",
"custom": { "flip-v": true },
"transform": {
"translation": [ 0.44, -0.07, 0.44 ],
"scale": [ 0.85, 0.85, 0.85]
}
},
"variants": {
"normal": [{
}],
"inventory": [{
"transform": {
"translation": [0.44, -0.1, 0.44],
"scale": [ 0.85, 0.85, 0.85]
}
}]
}
}