Fix Storage Bus on non standard inventories.
This commit is contained in:
parent
f3a9a12e04
commit
ff7c7a32d8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue