buildcraft/common/buildcraft/factory
CovertJaguar ae59a6cc88 Change how pump handles water.
Added config "consumeWater" which defaults to false. If false, pumps will not remove water source blocks if it detects more than 9 blocks of water in the area.

This should significantly reduce chunk rerenders and search cost (search terminates after 9 blocks). Essentially making a water pump nearly as computer friendly as an Aqueous Accumulator.
2013-08-09 01:36:01 -07:00
..
gui Added "smart" refinery gui 2013-07-28 20:21:47 -05:00
network Get things running / New 1.6 ressource directory 2013-07-17 18:54:04 +02:00
render Fix Soaryn's broken stuff 2013-08-04 16:02:53 -07:00
BlockAutoWorkbench.java More update work 2013-07-12 14:21:44 -07:00
BlockFloodGate.java Flood Gate now shuts off on redstone signal 2013-07-31 15:42:00 -07:00
BlockFrame.java More update work 2013-07-12 14:21:44 -07:00
BlockHopper.java More update work 2013-07-12 14:21:44 -07:00
BlockMachineRoot.java More update work 2013-07-12 14:21:44 -07:00
BlockMiningWell.java More update work 2013-07-12 14:21:44 -07:00
BlockPlainPipe.java More update work 2013-07-12 14:21:44 -07:00
BlockPump.java Added Flood Gate + Pump tweaks 2013-07-22 22:50:53 -07:00
BlockQuarry.java More update work 2013-07-12 14:21:44 -07:00
BlockRefinery.java More update work 2013-07-12 14:21:44 -07:00
BlockTank.java Don't render tank sides where stacked 2013-07-22 22:50:52 -07:00
BptBlockAutoWorkbench.java More update work 2013-07-12 14:21:44 -07:00
BptBlockFrame.java More update work 2013-07-12 14:21:44 -07:00
BptBlockRefinery.java Refinery fixes + StreamPayload 2013-07-16 03:50:45 -07:00
BptBlockTank.java Mark Builder API as deprecated 2013-03-27 17:00:44 +01:00
EntityMechanicalArm.java More update work 2013-07-12 14:21:44 -07:00
FactoryProxy.java More update work 2013-07-12 14:21:44 -07:00
FactoryProxyClient.java More update work 2013-07-12 14:21:44 -07:00
GuiHandler.java More update work 2013-07-12 14:21:44 -07:00
PumpDimensionList.java Improve Pump search Algo 2013-07-19 07:09:18 -07:00
TileAutoWorkbench.java More update work 2013-07-12 14:21:44 -07:00
TileFloodGate.java Flood Gate now shuts off on redstone signal 2013-07-31 15:42:00 -07:00
TileHopper.java More update work 2013-07-12 14:21:44 -07:00
TileMiningWell.java Fix some minor isAir checks that were missed 2013-07-31 14:10:53 -07:00
TilePump.java Change how pump handles water. 2013-08-09 01:36:01 -07:00
TileQuarry.java Clean up and consolidate Pipe API interfaces 2013-07-24 13:07:09 -07:00
TileRefinery.java Revert STT changes 2013-08-07 14:42:55 -07:00
TileTank.java Revert STT changes 2013-08-07 14:42:55 -07:00