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:
SenseiKiwi
2013-08-03 15:05:46 -04:00
parent 3ef7630f2c
commit 82c6e214b0

View File

@@ -59,7 +59,6 @@ public class BlockRift extends BlockContainer
this.blocksImmuneToRift.add(Block.blockEmerald.blockID); this.blocksImmuneToRift.add(Block.blockEmerald.blockID);
this.blocksImmuneToRift.add(Block.blockGold.blockID); this.blocksImmuneToRift.add(Block.blockGold.blockID);
this.blocksImmuneToRift.add(Block.blockLapis.blockID); this.blocksImmuneToRift.add(Block.blockLapis.blockID);
this.blocksImmuneToRift.add(Block.glass.blockID);
} }
@Override @Override