Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Slot 1 - Seeds/Potatos/Carrots etc.
- Slot 2 - Bonemeal
- --]]
- print("Sup, Made By TEC_NO!")
- sleep(1)
- shell.run('clear')
- print("Biff The Auto Tree Farmer, Made By TEC_NO!")
- os.setComputerLabel("Biff The Farmer, By TEC_NO!")
- label = ("Biff The Farmer, By TEC_NO!")
- while true do
- turtle.select(1)
- turtle.place()
- print("Placed, Made By TEC_NO!")
- sleep(1)
- redstone.setOutput('left', true)
- sleep(0.1)
- redstone.setOutput('left', false)
- sleep(0.4)
- redstone.setOutput('left', true)
- sleep(0.1)
- redstone.setOutput('left', false)
- sleep(0.4)
- redstone.setOutput('left', true)
- sleep(0.1)
- redstone.setOutput('left', false)
- sleep(1)
- print("Bonemealed, Made By TEC_NO!")
- turtle.select(1)
- turtle.dig()
- print("Farmed, Made By TEC_NO!")
- sleep(1)
- turtle.select(2)
- turtle.dropDown()
- turtle.select(3)
- turtle.dropDown()
- turtle.select(4)
- turtle.dropDown()
- print("Stored, Made By TEC_NO!")
- end
Add Comment
Please, Sign In to add comment