Bumped up Chemical Infuser gas output

This commit is contained in:
Aidan C. Brady 2015-03-25 22:01:45 -04:00
parent f0c13c8f66
commit 1f9e6dd9cb

View file

@ -49,7 +49,7 @@ public class TileEntityChemicalInfuser extends TileEntityNoisyElectricBlock impl
public int updateDelay;
public int gasOutput = 16;
public int gasOutput = 256;
public boolean isActive;