NicoReimer

Untitled

Jan 24th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. turtle.select(16)
  2. turtle.place()
  3. for i = 1, 15, 1 do
  4.     turtle.select(i)
  5.     turtle.drop()
  6. end
  7. turtle.select(16)
  8. turtle.dig()
  9. turtle.select(1)
Advertisement
Add Comment
Please, Sign In to add comment