Advertisement
Guest User

watering.lua

a guest
Feb 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. while true do
  2.     if turtle.placeDown() then
  3.         turtle.placeDown()
  4.     else
  5.         turtle.forward()
  6.         turtle.dropUp()
  7.         sleep(20)
  8.         turtle.suckUp()
  9.         turtle.back()
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement