Added obj for WIP Demon Crucible (name pending). Fixed Floating Incense Altar syndrome.
This commit is contained in:
parent
af193c3e5b
commit
3e94aeae77
8 changed files with 1044 additions and 2 deletions
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": { },
|
||||
"model": "bloodmagic:BlockDemonCrucible.obj",
|
||||
"custom": { "flip-v": true },
|
||||
"transform": {
|
||||
"translation": [ 0.5, 0, 0.5]
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{
|
||||
|
||||
}],
|
||||
"inventory": [{
|
||||
"transform": {
|
||||
"translation": [0.44, -0.1, 0.44]
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
"model": "bloodmagic:BlockIncenseAltar.obj",
|
||||
"custom": { "flip-v": true },
|
||||
"transform": {
|
||||
"translation": [ 0.44, 0, 0.44 ],
|
||||
"translation": [ 0.44, -0.07, 0.44 ],
|
||||
"scale": [ 0.85, 0.85, 0.85]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue