Added gui texture for the Icompressor
Added container for Icompressor
This commit is contained in:
parent
b99cac1a1c
commit
72471b9dae
3 changed files with 39 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue