Special Handlers are now properly wrapped in IMEMonitors for Storage Bus to function properly.

This commit is contained in:
AlgorithmX2
2014-05-03 19:21:33 -05:00
parent 21e40a5fb3
commit e1c6b18399
11 changed files with 234 additions and 22 deletions
+1 -1
View File
@@ -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;
}