Changes

Summary

  1. Added call to super.updateEngine in the combustion tile, disabled (commit: 59f0b5e) (details)
  2. Fixed redstone engines being 1/10th as effective as they should be (commit: b5c2129) (details)
  3. Fixed Wooden Item Pipe extracing items for 1/10th the energy it should (commit: 35d1def) (details)
  4. Fixed engines not switching to continuous power if the orientation they (commit: 652b28d) (details)
  5. fix #2056 (commit: 5f5b95d) (details)
Commit 59f0b5e4121c6c3dd10355f88b37a073445df222 by andrew.dudney
Added call to super.updateEngine in the combustion tile, disabled generation of energy when redstone is off for the stirling tile.
(commit: 59f0b5e)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineStone.java (diff)
Commit b5c2129706faee7aab7c2c2e2f0affbfc05d1a76 by andrew.dudney
Fixed redstone engines being 1/10th as effective as they should be
(commit: b5c2129)
The file was modifiedcommon/buildcraft/energy/TileEngineWood.java (diff)
Commit 35d1def0b23af5911386831d9151f9825fae4d1a by andrew.dudney
Fixed Wooden Item Pipe extracing items for 1/10th the energy it should use.
(commit: 35d1def)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsWood.java (diff)
Commit 652b28d57abb61393b4963124feb5f3d444c17a1 by andrew.dudney
Fixed engines not switching to continuous power if the orientation they were in was valid to begin with
(commit: 652b28d)
The file was modifiedcommon/buildcraft/energy/TileEngine.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipePowerWood.java (diff)