karelvysinka

Turtle mining 1 row

Feb 1st, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.05 KB | None | 0 0
  1. while true do
  2.     turtle.dig()
  3.     turtle.forward()
  4. end
Add Comment
Please, Sign In to add comment