Not able to pull items from a chest to a turtle using peripheral #601
Unanswered
iridiumlynx
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Can you post the code you're running, as well as a screenshot of your setup? I tested this fairly recently, so am pretty sure it works. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@SquidDev I think they are trying to have the turtle be the target of the generic peripheral method. I don't think you added support for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes it seems like turtles don't have the generic peripheral inventory |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't transfer items from/to a wrapped chest peripheral using pullItem() or pushItem(). These methods just move items in the same inventory, without a possibility to transfer items between multiple inventories. If it was an intended behavior, please make a method of transferring items between specific slots of multiple inventories (including turtle's inventory).
Detailed reproduction steps:
Beta Was this translation helpful? Give feedback.
All reactions