This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
zanskrila's profile picture

Plant Saplings With No Spaces Between Them In An Area.

Started by zanskrila, 04 September 2013 - 08:50 AM
zanskrila #1
Posted 04 September 2013 - 10:50 AM
I was wondering if anyone has a simple code for this? I want to use it with force saplings. If possible it would pause and wait for more saplings when it runs out instead of shutting down.
CCJJSax #2
Posted 04 September 2013 - 01:12 PM
easy way is to make the turtle go forward until it gets to the farthest place you want the sapling, then repeat turtle.back() turtle.place() until the row is complete, then turtle.turnRight() turtle.forward() turtle.turnLeft() and do the same as before