Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local modem = peripheral.wrap("bottom")
- local turtleName = modem.getNameLocal()
- local chest = peripheral.find("chest")
- print(modem)
- print(turtleName)
- print(chest)
- chest.pushItems(turtleName, 1, 1, 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement