Add the rest of the walls
This commit is contained in:
parent
74196dd67b
commit
246eb7950c
|
@ -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);
|
||||
|
|
|
@ -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": [{}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue