Alchemy Array should only store a max stack size of 1
This commit is contained in:
parent
faf4562df9
commit
5757fab22d
|
@ -34,6 +34,12 @@ public class TileAlchemyArray extends TileInventory implements ITickable
|
|||
tagCompound.setInteger("activeCounter", activeCounter);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getInventoryStackLimit()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void update()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue