Advertisement
guerre10

Farm

Aug 11th, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --Remember to equip with a hoe, you can use turtle.equipLeft in LUA shell
  2. --needs to be nearby water
  3. --this turtle does everything below, so it needs to be one space above
  4. turtle.digDown()
  5.  
  6. --equip with seeds you want to use
  7. turtle.placeDown()
  8.  
  9. --
  10. turtle.forward()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement