more changes to the inventory stuff
This commit is contained in:
parent
01644e4f65
commit
01a3663b11
27 changed files with 28 additions and 28 deletions
src/main/java/techreborn/tiles
|
@ -55,7 +55,7 @@ public class TileQuantumTank extends TileLegacyMachineBase
|
|||
public static int maxStorage = Integer.MAX_VALUE;
|
||||
|
||||
public Tank tank = new Tank("TileQuantumTank", maxStorage, this);
|
||||
public Inventory<TileQuantumTank> inventory = new Inventory<>(3, "TileQuantumTank", 64, this);
|
||||
public Inventory<TileQuantumTank> inventory = new Inventory<>(3, "TileQuantumTank", 64, this).withConfiguredAccess();
|
||||
|
||||
public void readFromNBTWithoutCoords(final NBTTagCompound tagCompound) {
|
||||
tank.readFromNBT(tagCompound);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue