Advertisement
BipedSnowman

Pour

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