Added some Demon Will blocks for Yulife to peruse - more coming

This commit is contained in:
WayofTime 2016-09-04 09:50:34 -04:00
parent 2c4aac9beb
commit 4174be42b0
5 changed files with 166 additions and 1 deletions

View file

@ -291,7 +291,8 @@ public class Constants
DIMENSIONAL_PORTAL("BlockDimensionalPortal"),
BLOOD_TANK("BlockBloodTank"),
MIMIC("BlockMimic"),
ALCHEMY_TABLE("BlockAlchemyTable");
ALCHEMY_TABLE("BlockAlchemyTable"),
DEMON_BRICK_1("BlockDemonBricks1");
@Getter
private final String regName;