Advertisement
se7enek

test3

Sep 13th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turtle.select(1)
  2. turtle.place()
  3. redstone.setOutput("right",true)
  4. redstone.setOutput("right",false)
  5. while not turtle.compare() do
  6. redstone.setOutput("right",true)
  7. redstone.setOutput("right",false)
  8. turtle.dig()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement