Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Wheat Turtle V1.0
- Slot 1 = Seeds
- Slot 2 = Bonemeal
- Slot 3+ = Wheat
- --]]
- while true do
- sleep(0.1)
- turtle.dig()
- turtle.select(1)
- sleep(0.1)
- turtle.place()
- turtle.select(2)
- sleep(0.1)
- turtle.place()
- end
Advertisement
Add Comment
Please, Sign In to add comment