Fix wrong index
This commit is contained in:
@@ -13,6 +13,9 @@ public interface IStorageDisk<T> extends IStorage<T> {
|
||||
*/
|
||||
int getCapacity();
|
||||
|
||||
/**
|
||||
* @return whether this storage voids excess stacks
|
||||
*/
|
||||
boolean isVoiding();
|
||||
|
||||
/**
|
||||
|
||||
@@ -85,7 +85,7 @@ public class NetworkNodeDiskManipulator extends NetworkNode implements IComparab
|
||||
if (FMLCommonHandler.instance().getEffectiveSide() == Side.SERVER) {
|
||||
RSUtils.createStorages(
|
||||
getStackInSlot(slot),
|
||||
slot,
|
||||
3 + slot,
|
||||
itemStorages,
|
||||
fluidStorages,
|
||||
s -> new StorageItemDiskManipulator(NetworkNodeDiskManipulator.this, s),
|
||||
|
||||
Reference in New Issue
Block a user