Advertisement
albin900

123

Jul 19th, 2014
196
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. turtle.place("h");
  3. turtle.dig()
  4. turtle.place("he");
  5. turtle.dig()
  6. turtle.place("hej");
  7. turtle.dig()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement