Added more framework for the incense altar.
This commit is contained in:
parent
fd29ac8e7f
commit
c8ded3c6dd
11 changed files with 245 additions and 8 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "bloodmagic:BlockIncenseAltar" }
|
||||
}
|
||||
}
|
||||
|
|
@ -162,6 +162,7 @@ tile.BloodMagic.crystal.brick.name=Crystal Cluster Brick
|
|||
tile.BloodMagic.bloodLight.name=Blood Light
|
||||
tile.BloodMagic.spectralBlock.name=Spectral Block
|
||||
tile.BloodMagic.phantomBlock.name=Phantom Block
|
||||
tile.BloodMagic.incenseAltar.name=Incense Altar
|
||||
|
||||
tile.BloodMagic.teleposer.name=Teleposer
|
||||
tile.BloodMagic.soulForge.name=Hellfire Forge
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/IncenseAltar"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockIncenseAltar",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 551 B |
Loading…
Add table
Add a link
Reference in a new issue