Added redstone block to ores list
This commit is contained in:
parent
3935143177
commit
eacfcb9a25
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue