Upgrade slots for more machines

This commit is contained in:
Gig 2015-05-17 19:45:12 +01:00
parent ca98541d70
commit ce4312a578
5 changed files with 12 additions and 3 deletions

View file

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

View file

@ -17,7 +17,7 @@ public class TilePlateCuttingMachine extends TileMachineBase implements IWrencha
public int tickTime;
public BasicSink energy;
public Inventory inventory = new Inventory(3, "TilePlateCuttingMachine", 64);
public Inventory inventory = new Inventory(7, "TilePlateCuttingMachine", 64);
public RecipeCrafter crafter;
public TilePlateCuttingMachine()