Special Handlers are now properly wrapped in IMEMonitors for Storage Bus to function properly.
This commit is contained in:
@@ -342,7 +342,7 @@ public class AdaptorIInventory extends InventoryAdaptor
|
||||
public ItemSlot next()
|
||||
{
|
||||
is.slot = x;
|
||||
is.itemStack = i.getStackInSlot( x++ );
|
||||
is.setItemStack( i.getStackInSlot( x++ ) );
|
||||
return is;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user