Changes

Summary

  1. Engines should prefer facing pipes on placement (commit: 880fd64) (details)
  2. Added Mining Config Options (commit: 74fd409) (details)
Commit 880fd64e271eb95d32b4392113b26a915d4f18a5 by CovertJaguar
Engines should prefer facing pipes on placement
(commit: 880fd64)
The file was modifiedcommon/buildcraft/energy/TileEngine.java (diff)
The file was modifiedcommon/buildcraft/energy/BlockEngine.java (diff)
Commit 74fd4093300ae219542daea46cc51fef233639fa by CovertJaguar
Added Mining Config Options

Config options added:
* Mining Cost Multiplier, scales power usage of both Quarry and Mining
Well
* Max Depth, limited Quarry/Well to a certain depth below the block
* One Time Use Quarries, Quarry doesn't drop an item when broken, get it
right the first time (defaults to false)
(commit: 74fd409)
The file was modifiedcommon/buildcraft/factory/FactoryProxyClient.java (diff)
The file was modifiedcommon/buildcraft/factory/TileQuarry.java (diff)
The file was modifiedcommon/buildcraft/factory/TileMiningWell.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftFactory.java (diff)
The file was modifiedcommon/buildcraft/api/power/PowerHandler.java (diff)
The file was addedcommon/buildcraft/core/utils/ConfigUtils.java
The file was modifiedcommon/buildcraft/factory/BlockQuarry.java (diff)