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:
parent
30ceed031c
commit
7c1e72076b
12 changed files with 282 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue