Finished the pillar but rearranged the .json for testing
This commit is contained in:
parent
1286efbca7
commit
f1b3d6f4bc
4 changed files with 43 additions and 22 deletions
|
@ -9,6 +9,39 @@
|
|||
}
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"raw": {
|
||||
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_c"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_d"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_v"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_s"
|
||||
}
|
||||
}
|
||||
},
|
||||
"axis": {
|
||||
"x": {
|
||||
"transform": {
|
||||
|
@ -24,18 +57,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"raw": {
|
||||
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_c"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": [{
|
||||
"variants": {
|
||||
"raw": {
|
||||
|
|
|
@ -316,7 +316,7 @@ tile.BloodMagic.pillar1.raw.name=Raw Stone Pillar
|
|||
tile.BloodMagic.pillar1.corrosive.name=Corrosive Stone Pillar
|
||||
tile.BloodMagic.pillar1.destructive.name=Destructive Stone Pillar
|
||||
tile.BloodMagic.pillar1.vengeful.name=Vengeful Stone Pillar
|
||||
tile.BloodMagic.pillar2.steadfast.name=Steadfast Stone Pillar
|
||||
tile.BloodMagic.pillar1.steadfast.name=Steadfast Stone Pillar
|
||||
|
||||
# Fluids
|
||||
fluid.lifeEssence=Life Essence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue