this might have been a issue at some point

This commit is contained in:
gigabit101 2015-07-24 22:30:23 +01:00
parent bac2cdcbc6
commit 2d16b194e8

View file

@ -26,7 +26,7 @@ public class TileIndustrialSawmill extends TilePowerAcceptor implements IWrencha
public int tickTime; public int tickTime;
public Inventory inventory = new Inventory(5, "TileIndustrialSawmill", 64); public Inventory inventory = new Inventory(5, "TileIndustrialSawmill", 64);
public Tank tank = new Tank("TileGrinder", 16000, this); public Tank tank = new Tank("TileSawmill", 16000, this);
public RecipeCrafter crafter; public RecipeCrafter crafter;
public TileIndustrialSawmill() public TileIndustrialSawmill()