Advertisement
Guest User

startup

a guest
Jan 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3.       rednet.receive()
  4.       turtle.dig()
  5.       sleep(0.5)
  6.       turtle.place()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement