OBJ Models for Incense Altar + Soul Forge render

TODO -

* Fix screwy rotation
* Fix z-fighting
* HellfireForge texture is broken
This commit is contained in:
Nick 2016-02-01 13:11:33 -08:00
parent b6bdd0740c
commit d60f07f1c0
9 changed files with 1108 additions and 41 deletions

View file

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

View file

@ -1,20 +1,21 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"base": "minecraft:blocks/iron_block",
"base_bottom": "minecraft:blocks/gold_block",
"glass": "minecraft:blocks/glass",
"attachment": "minecraft:blocks/stone"
},
"uvlock": true
"textures": { },
"model": "bloodmagic:BlockHellfireForge.obj",
"custom": { "flip-v": true },
"transform": {
"translation": [ 0.5, 0, 0.5 ]
}
},
"variants": {
"normal": {
"model": "bloodmagic:sub/BlockSoulForge",
"submodel": {
"normal": [{
}],
"inventory": [{
"transform": {
"translation": [0.5, 0, 0.5]
}
}
}]
}
}
}