Initial port of fluid gui code to nei. Needs some rearraning

This commit is contained in:
modmuss50 2015-06-06 09:04:56 +01:00
parent 56619a0ac4
commit 6f80bf7e72
3 changed files with 70 additions and 14 deletions

View file

@ -21,7 +21,7 @@ public class TileGrinder extends TileMachineBase implements IWrenchable, IEnergy
public int tickTime;
public BasicSink energy;
public Inventory inventory = new Inventory(6, "TileGrinder", 64);
public Tank tank = new Tank("TileGrinder",16000, this);
public Tank tank = new Tank("TileGrinder", 16000, this);
public RecipeCrafter crafter;
public TileGrinder() {