Increased Gas Tank's output by a factor of 16 - it now can emit 256 units of gas per tick. This should help counter the secondary energy changes.
This commit is contained in:
parent
83d9ecaf23
commit
c512d72b06
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class TileEntityGasTank extends TileEntityContainerBlock implements IGasH
|
|||
public static final int MAX_GAS = 96000;
|
||||
|
||||
/** How fast this tank can output gas. */
|
||||
public int output = 16;
|
||||
public int output = 256;
|
||||
|
||||
public boolean dumping;
|
||||
|
||||
|
|
Loading…
Reference in a new issue