Bump up Electrolytic Separator gas output

This commit is contained in:
aidancbrady 2016-07-19 13:31:52 -04:00
parent c4ee63081f
commit 6aa6591628

View file

@ -68,7 +68,7 @@ public class TileEntityElectrolyticSeparator extends TileEntityElectricBlock imp
public GasTank rightTank = new GasTank(MAX_GAS);
/** How fast this block can output gas. */
public int output = 256;
public int output = 512;
/** The type of gas this block is outputting. */
public GasMode dumpLeft = GasMode.IDLE;