Advertisement
wbennet997

suckplaceturn

Jun 26th, 2022
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2.     turtle.suck()
  3.     shell.run("turn","left","2")
  4.     turtle.place()
  5.     shell.run("turn","left","2")
  6. end
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement