Fix Storage Bus on non standard inventories.
This commit is contained in:
@@ -33,6 +33,7 @@ public class IMEAdaptorIterator implements Iterator<ItemSlot>
|
||||
public ItemSlot next()
|
||||
{
|
||||
slot.slot = offset++;
|
||||
slot.isExtractable=true;
|
||||
|
||||
if ( parent.maxSlots < offset )
|
||||
parent.maxSlots = offset;
|
||||
|
||||
Reference in New Issue
Block a user