Bump up Electrolytic Separator gas output
This commit is contained in:
parent
c4ee63081f
commit
6aa6591628
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class TileEntityElectrolyticSeparator extends TileEntityElectricBlock imp
|
||||||
public GasTank rightTank = new GasTank(MAX_GAS);
|
public GasTank rightTank = new GasTank(MAX_GAS);
|
||||||
|
|
||||||
/** How fast this block can output gas. */
|
/** How fast this block can output gas. */
|
||||||
public int output = 256;
|
public int output = 512;
|
||||||
|
|
||||||
/** The type of gas this block is outputting. */
|
/** The type of gas this block is outputting. */
|
||||||
public GasMode dumpLeft = GasMode.IDLE;
|
public GasMode dumpLeft = GasMode.IDLE;
|
||||||
|
|
Loading…
Reference in a new issue