more changes to the inventory stuff
This commit is contained in:
parent
01644e4f65
commit
01a3663b11
27 changed files with 28 additions and 28 deletions
|
@ -69,7 +69,7 @@ public class TileRollingMachine extends TilePowerAcceptor
|
|||
|
||||
public int[] craftingSlots = new int[] { 0, 1, 2, 3, 4, 5, 6, 7, 8 };
|
||||
private InventoryCrafting craftCache;
|
||||
public Inventory<TileRollingMachine> inventory = new Inventory<>(12, "TileRollingMachine", 64, this);
|
||||
public Inventory<TileRollingMachine> inventory = new Inventory<>(12, "TileRollingMachine", 64, this).withConfiguredAccess();
|
||||
public boolean isRunning;
|
||||
public int tickTime;
|
||||
@Nonnull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue