Added gui texture for the Icompressor

Added container for Icompressor
This commit is contained in:
Gig 2015-04-28 20:42:33 +01:00
parent b99cac1a1c
commit 72471b9dae
3 changed files with 39 additions and 3 deletions

View file

@ -11,7 +11,7 @@ public class TileImplosionCompressor extends TileMachineBase implements IWrencha
public int tickTime;
public BasicSink energy;
public Inventory inventory = new Inventory(5, "TileImplosionCompressor", 64);
public Inventory inventory = new Inventory(4, "TileImplosionCompressor", 64);
@Override