Added redstone block to ores list

This commit is contained in:
YuRaNnNzZZ 2014-08-20 16:23:24 +04:00
parent 3935143177
commit eacfcb9a25

View file

@ -462,6 +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);
// Ignore WarpDrive blocks (which potentially will be duplicated by cheaters using ship scan/deploy)
scannerIgnoreBlocks.add(coreID);