You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First:
Extracting enchanted Items from the AE network does not work.
You'd expect something like this to work:
ae = peripheral.wrap("left")
items = ae.getAvailableItems()
ae.extractItem(items[300], "south") -- where items[300] is an enchanted item
Second:
Extracting items, that are not stackable in normal inventories, with an amount >1 results in only one item being extracted.(This one is debatable)
Following extracts only one Bow:
First:
Extracting enchanted Items from the AE network does not work.
You'd expect something like this to work:
Second:
Extracting items, that are not stackable in normal inventories, with an amount >1 results in only one item being extracted.(This one is debatable)
Following extracts only one Bow:
The text was updated successfully, but these errors were encountered: