Added battery slot and upgrade slots to alloy smelter

This commit is contained in:
Gig 2015-05-12 15:58:20 +01:00
parent a23243cd02
commit 13957467a1
2 changed files with 10 additions and 3 deletions

View file

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