Changes

Summary

  1. Cleaned up engine power display (commit: cdebf25) (details)
  2. Fixed a bug that was causing pipes to leak excess (commit: 0882dad) (details)
Commit cdebf25a0376f91379b2b4f0ad30b6ca895a6970 by CovertJaguar
Cleaned up engine power display
(commit: cdebf25)
The file was modifiedcommon/buildcraft/energy/gui/GuiEngine.java (diff)
Commit 0882dadce3ea671e719399e2ff3ef077ed7ce0ce by CovertJaguar
Fixed a bug that was causing pipes to leak excess

This is an interesting commit, it not only fixes the RS Cells
(@King_Lemming) it also makes it so the network can respond to demand as
needed by shutting down overheating engines, since the pipes won't
accept power now unless something is requesting it.
(commit: 0882dad)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsWood.java (diff)