Initial port of fluid gui code to nei. Needs some rearraning
This commit is contained in:
parent
56619a0ac4
commit
6f80bf7e72
3 changed files with 70 additions and 14 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue