DAKUE1999

Untitled

Sep 5th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. while true do
  2. if rs.getInput("top") then
  3. turtle.place(1)
  4. end
  5. if not rs.getInput("top") then
  6. turtle.dig()
  7. end
  8. end
Add Comment
Please, Sign In to add comment