Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Remember to equip with a hoe, you can use turtle.equipLeft in LUA shell
- --needs to be nearby water
- --this turtle does everything below, so it needs to be one space above
- turtle.digDown()
- --equip with seeds you want to use
- turtle.placeDown()
- --
- turtle.forward()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement