[Bug] Miners waste energy

  • Miners constantly consume energy to charge Scaner when their tip is reach layer y=0 (Mystcraft ages without Bedrock layers).

  • Oh, I remember this bug before, when Miner was able to mine bedrock as well as other blocks.

    Cutiemark crusaders - engineers, Yay!
    Blown up: Industrial Blast Furnace, Industrial Wiremill, Singularity compressor, Extractor.

  • It's not that the miner is mining bedrock, it's that the mystcraft worlds aren't geenerating bedrock. Not an IC2 bug Kuu.

  • Yeah, I understand. Just mentioned that the behavior of Miner didn't change in the case when it hits The Void.

    Cutiemark crusaders - engineers, Yay!
    Blown up: Industrial Blast Furnace, Industrial Wiremill, Singularity compressor, Extractor.

  • Still actual in IC2 1.106 (i consider that it is bug).
    Fix require only 3 line of code in the end of TileEntityMiner.aquireTarget:

    Code
    if (y == 0) { 
    this.miningTicker = -1;
    }