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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue