Advertisement
Rukus308

chest to turtle move item

Mar 17th, 2025
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local modem = peripheral.wrap("bottom")
  2. local turtleName = modem.getNameLocal()
  3. local chest = peripheral.find("chest")
  4.  
  5. print(modem)
  6. print(turtleName)
  7. print(chest)
  8.  
  9. chest.pushItems(turtleName, 1, 1, 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement