Sectly_Playz

Turtle 1x1 Auto Farm

Mar 30th, 2021 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2.         Slot 1 - Seeds/Potatos/Carrots etc.
  3.         Slot 2 - Bonemeal
  4. --]]
  5.  
  6. print("Sup, Made By TEC_NO!")
  7. sleep(1)
  8. shell.run('clear')
  9. print("Biff The Auto Tree Farmer, Made By TEC_NO!")
  10. os.setComputerLabel("Biff The Farmer, By TEC_NO!")
  11. label = ("Biff The Farmer, By TEC_NO!")
  12.  
  13. while true do
  14.     turtle.select(1)
  15.     turtle.place()
  16.     print("Placed, Made By TEC_NO!")
  17.     sleep(1)
  18.     redstone.setOutput('left', true)
  19.     sleep(0.1)
  20.     redstone.setOutput('left', false)
  21.     sleep(0.4)
  22.     redstone.setOutput('left', true)
  23.     sleep(0.1)
  24.     redstone.setOutput('left', false)
  25.     sleep(0.4)
  26.     redstone.setOutput('left', true)
  27.     sleep(0.1)
  28.     redstone.setOutput('left', false)
  29.     sleep(1)
  30.     print("Bonemealed, Made By TEC_NO!")
  31.     turtle.select(1)
  32.     turtle.dig()
  33.     print("Farmed, Made By TEC_NO!")
  34.     sleep(1)
  35.     turtle.select(2)
  36.     turtle.dropDown()
  37.     turtle.select(3)
  38.     turtle.dropDown()
  39.     turtle.select(4)
  40.     turtle.dropDown()
  41.     print("Stored, Made By TEC_NO!")
  42. end
Add Comment
Please, Sign In to add comment