Special Handlers are now properly wrapped in IMEMonitors for Storage Bus to function properly.
This commit is contained in:
@@ -26,7 +26,7 @@ public class StackToSlotIterator implements Iterator<ItemSlot>
|
||||
public ItemSlot next()
|
||||
{
|
||||
iss.slot = x++;
|
||||
iss.itemStack = is.next();
|
||||
iss.setItemStack( is.next() );
|
||||
return iss;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user