Improved liquid bridge throughput
This commit is contained in:
@@ -29,7 +29,7 @@ public class LiquidBridge extends ItemBridge{
|
||||
|
||||
Building other = world.build(link);
|
||||
if(other == null || !linkValid(tile, other.tile())){
|
||||
dumpLiquid(liquids.current());
|
||||
dumpLiquid(liquids.current(), 1f);
|
||||
}else{
|
||||
((ItemBridgeBuild)other).incoming.add(tile.pos());
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ public class LiquidExtendingBridge extends ExtendingItemBridge{
|
||||
|
||||
Building other = world.build(link);
|
||||
if(other == null || !linkValid(tile, other.tile())){
|
||||
dumpLiquid(liquids.current());
|
||||
dumpLiquid(liquids.current(), 1f);
|
||||
}else{
|
||||
((ItemBridgeBuild)other).incoming.add(tile.pos());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user