Added battery and upgrade slots to chemical reactor

This commit is contained in:
Gig 2015-05-15 17:46:03 +01:00
parent 83259b0615
commit f9074e5b37
2 changed files with 8 additions and 2 deletions

View file

@ -15,7 +15,7 @@ public class TileChemicalReactor extends TileMachineBase implements IWrenchable,
public int tickTime;
public BasicSink energy;
public Inventory inventory = new Inventory(3, "TileChemicalReactor", 64);
public Inventory inventory = new Inventory(8, "TileChemicalReactor", 64);
public RecipeCrafter crafter;
public TileChemicalReactor()