se7enek

test2

Sep 13th, 2013
158
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. if turtle.detect() then
  6. redstone.setOutput("right",true)
  7. redstone.setOutput("right",false)
  8. turtle.dig()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment