Initial push of the Inversion Pillar before testing.

This commit is contained in:
WayofTime 2016-09-10 16:13:05 -04:00
parent abfc7b13b6
commit 4b54f6d94c
6 changed files with 319 additions and 1 deletions

View file

@ -304,7 +304,8 @@ public class Constants
DEMON_STAIRS_1("BlockStairs1"),
DEMON_STAIRS_2("BlockStairs2"),
DEMON_STAIRS_3("BlockStairs3"),
DEMON_LIGHT("BlockDemonLight");
DEMON_LIGHT("BlockDemonLight"),
INVERSION_PILLAR("BlockInversionPillar");
@Getter
private final String regName;