Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if not turtle.detect() then
- turtle.select(1)
- turtle.place()
- else
- turtle.select(2)
- print("Fertilizing")
- for x=1, 10 do
- turtle.place()
- end
- end
- os.sleep(60)
- print("checking")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement