Fix Storage Bus on non standard inventories.

This commit is contained in:
AlgorithmX2 2014-08-12 11:56:44 -05:00
parent f3a9a12e04
commit ff7c7a32d8

View file

@ -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;