Altar renders now

This commit is contained in:
Nick 2015-11-02 15:28:33 -08:00
parent 5985be1cd0
commit 72041e936a
5 changed files with 306 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{
"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 ],
"gui": {
"translation": [ 0, -0.15, -0.03 ],
"scale": [ 1.04, 1.04, 1.04 ]
}
}
}]
}
}