Advertisement
Guest User

pour

a guest
Oct 10th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.   variable = os.pullEvent("redstone")
  3.   redstone.setOutput("front", true)
  4.   sleep(.5)
  5.   redstone.setOutput("front", false)
  6.   turtle.digForward()
  7.   turtle.place()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement