Advertisement
Guest User

test.lua

a guest
Apr 4th, 2020
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2.     os.sleep(.5)
  3.     while turtle.suckUp(1) do
  4.         turtle.placeDown()
  5.         turtle.digDown()
  6.         turtle.drop()
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement