Started on Grinder will finish when I get back

This commit is contained in:
Gig 2015-04-28 18:05:47 +01:00
parent 7c1e72076b
commit 1238f2d5a6
3 changed files with 64 additions and 6 deletions

View file

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