Initial push of the Inversion Pillar before testing.
This commit is contained in:
parent
abfc7b13b6
commit
4b54f6d94c
6 changed files with 319 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue