Add the rest of the walls

This commit is contained in:
Nicholas Ignoffo 2016-09-05 14:59:24 -07:00
parent 74196dd67b
commit 246eb7950c
2 changed files with 17 additions and 2 deletions

View file

@ -188,7 +188,7 @@ public class ModBlocks
demonLight = registerBlock(new ItemBlockDemonLight(new BlockDemonLight()), Constants.BloodMagicBlock.DEMON_LIGHT.getRegName());
demonWall1 = registerBlock(new ItemBlockDemonWallBase(new BlockDemonWallBase("wall1", Material.ROCK, new String[] { "raw", "corrosive" })), "BlockWall1");
demonWall1 = registerBlock(new ItemBlockDemonWallBase(new BlockDemonWallBase("wall1", Material.ROCK, new String[] { "raw", "corrosive", "destructive", "vengeful", "steadfast" })), "BlockWall1");
BloodMagicAPI.addToTeleposerBlacklist(inputRoutingNode);
BloodMagicAPI.addToTranspositionBlacklist(inputRoutingNode);

View file

@ -37,7 +37,22 @@
"textures": {
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c"
}
}
},
"destructive": {
"textures": {
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d"
}
},
"vengeful": {
"textures": {
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v"
}
},
"steadfast": {
"textures": {
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s"
}
}
},
"inventory": [{}]
}