Added obj for WIP Demon Crucible (name pending). Fixed Floating Incense Altar syndrome.
This commit is contained in:
parent
af193c3e5b
commit
3e94aeae77
8 changed files with 1044 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue