Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appeng extractItem() - enchanted Items and extract amount #145

Open
RoyalBingBong opened this issue Apr 6, 2014 · 2 comments
Open

appeng extractItem() - enchanted Items and extract amount #145

RoyalBingBong opened this issue Apr 6, 2014 · 2 comments
Labels

Comments

@RoyalBingBong
Copy link

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:

ae = peripheral.wrap("left")
bows = {id = 261, qty = 5, dmg = 359}
ae.extractItems(bows, "south")
@Cabu
Copy link

Cabu commented May 1, 2014

To add to the first point: Moving an object that WAS enchanted then un-enchanted doesn't work too.

@MaienM
Copy link

MaienM commented May 22, 2014

Additonally, items with an electrical charge don't seem to work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants