Sir_Popsilots

spin2

Mar 28th, 2021 (edited)
118
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.     turtle.suck()
  3.     turtle.refuel()
  4.     if turtle.getFuelLevel()~=0 then
  5.         turtle.turnRight()
  6.         turtle.forward()
  7.     end
  8. end
Add Comment
Please, Sign In to add comment