this might have been a issue at some point
This commit is contained in:
parent
bac2cdcbc6
commit
2d16b194e8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class TileIndustrialSawmill extends TilePowerAcceptor implements IWrencha
|
|||
|
||||
public int tickTime;
|
||||
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 TileIndustrialSawmill()
|
||||
|
|
Loading…
Add table
Reference in a new issue