Added obj for WIP Demon Crucible (name pending). Fixed Floating Incense Altar syndrome.

This commit is contained in:
WayofTime 2016-02-17 09:21:22 -05:00
parent af193c3e5b
commit 3e94aeae77
8 changed files with 1044 additions and 2 deletions

View file

@ -233,7 +233,8 @@ public class Constants
SPECTRAL("BlockSpectral"),
TELEPOSER("BlockTeleposer"),
INCENSE_ALTAR("BlockIncenseAltar"),
PATH("BlockPath");
PATH("BlockPath"),
DEMON_CRUCIBLE("BlockDemonCrucible");
@Getter
private final String regName;