Changes

Summary

  1. Add block disables to BCFactory (commit: 6e1788f) (details)
  2. Fix Tank net sync (commit: 0737258) (details)
  3. Fix Pipe connections with Iron Engine (commit: e581841) (details)
  4. Don't render tank sides where stacked (commit: a8f43ac) (details)
  5. Added Flood Gate + Pump tweaks (commit: 337a948) (details)
  6. Restore pump throttle, oops. (commit: 3550123) (details)
Commit 6e1788fb0c36d1dc6a8f2c505ee6fbd9e6156325 by CovertJaguar
Add block disables to BCFactory

Now if you set the blockId to 0 or -1 in the config, the block will not
be loaded.
(commit: 6e1788f)
The file was modifiedcommon/buildcraft/BuildCraftFactory.java (diff)
The file was modifiedcommon/buildcraft/core/proxy/CoreProxy.java (diff)
The file was addedcommon/buildcraft/factory/BlockFloodGate.java
The file was addedcommon/buildcraft/factory/TileFloodGate.java
The file was modifiedcommon/buildcraft/core/liquids/TankManager.java (diff)
The file was modifiedcommon/buildcraft/factory/TileTank.java (diff)
Commit e581841eaa243e6c7e28e8acde688ad6d5b35f73 by CovertJaguar
Fix Pipe connections with Iron Engine
(commit: e581841)
The file was modifiedcommon/buildcraft/transport/PipeTransportFluids.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
Commit a8f43acfbd73efc2335d7b144fff9fe7633ad095 by CovertJaguar
Don't render tank sides where stacked
(commit: a8f43ac)
The file was modifiedcommon/buildcraft/factory/BlockTank.java (diff)
Commit 337a94848fa94a706202e5a5cdb7b3b63c33f6d3 by CovertJaguar
Added Flood Gate + Pump tweaks

The Flood Gate still needs a texture, but functionally it all there.

All you have to do is pump in a fluid and it will place it in the world.
(commit: 337a948)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/core/liquids/Tank.java (diff)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
The file was modifiedcommon/buildcraft/factory/TilePump.java (diff)
The file was modifiedcommon/buildcraft/core/DefaultProps.java (diff)
The file was modifiedcommon/buildcraft/core/liquids/FluidUtils.java (diff)
The file was modifiedcommon/buildcraft/core/utils/Utils.java (diff)
The file was modifiedcommon/buildcraft/factory/BlockFloodGate.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftFactory.java (diff)
The file was modifiedcommon/buildcraft/factory/BlockPump.java (diff)
The file was modifiedcommon/buildcraft/factory/TileFloodGate.java (diff)
The file was modifiedcommon/buildcraft/factory/TilePump.java (diff)