This commit is contained in:
YuRaNnNzZZ 2014-08-20 16:33:35 +04:00
parent eacfcb9a25
commit ce695c5fe9

View file

@ -462,7 +462,7 @@ public class WarpDriveConfig
MinerOres.add(Block.fence.blockID);
MinerOres.add(Block.torchWood.blockID);
MinerOres.add(Block.glowStone.blockID);
MinerOres.add(Block.redstoneBlock.blockID);
MinerOres.add(Block.blockRedstone.blockID);
// Ignore WarpDrive blocks (which potentially will be duplicated by cheaters using ship scan/deploy)
scannerIgnoreBlocks.add(coreID);