Added gui calls to all new machines

Added new gui to matter fab
Added container and slots to matter fab
This commit is contained in:
Gig 2015-04-28 17:58:01 +01:00
parent 30ceed031c
commit 7c1e72076b
12 changed files with 282 additions and 2 deletions

View file

@ -11,7 +11,7 @@ public class TileMatterFabricator extends TileMachineBase implements IWrenchable
public int tickTime;
public BasicSink energy;
public Inventory inventory = new Inventory(5, "TileMatterFabricator", 64);
public Inventory inventory = new Inventory(7, "TileMatterFabricator", 64);
@Override