Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local robot = require('robot')
- local chest_robot = 16
- while true do
- for i = 1, chest_robot do
- robot.select(i)
- while robot.place(3) do
- robot.swing()
- end
- end
- os.sleep(100)
- end
Advertisement
Add Comment
Please, Sign In to add comment