Added more blocks for Yulife to bang his head against

This commit is contained in:
WayofTime 2016-09-04 10:04:46 -04:00
parent 4174be42b0
commit bafbd0b076
3 changed files with 92 additions and 1 deletions

View file

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