View difference between Paste ID: 6vBjSarJ and hhFf8FHj
SHOW: | | - or go back to the newest paste.
1-
1+
2
  if not turtle.detect() then
3
    turtle.select(1)
4
    turtle.place()
5
  else
6
    turtle.select(2)
7
    print("Fertilizing")
8
    for x=1, 10 do 
9
      turtle.place()
10
    end
11
  end
12
  os.sleep(60)
13
  print("checking")
14
end