Fixed Glass Immunity to Rifts
Removed glass from the list of blocks immune to rifts. That was just a temporary change so that I could check how rifts were destroying blocks in a controlled manner.
This commit is contained in:
@@ -59,7 +59,6 @@ public class BlockRift extends BlockContainer
|
||||
this.blocksImmuneToRift.add(Block.blockEmerald.blockID);
|
||||
this.blocksImmuneToRift.add(Block.blockGold.blockID);
|
||||
this.blocksImmuneToRift.add(Block.blockLapis.blockID);
|
||||
this.blocksImmuneToRift.add(Block.glass.blockID);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user