Basic Farm by Fatboychummy
Basic Farm
This is a quick program I've made for turtle farming. It slowly spins in place and farms the blocks around it until its inventory is full.
It does not require fuel, as the turtle itself doesn't actually move other than turning.
Usage:
Till blocks around the turtle (unfortunately turtles can only till down for some reason), install the program.
By default the turtle will attempt to plant any seed, and harvest after 7 growth stages. To change this, simply edit the first two lines of the program.
After doing that (if you did so), run the program.
Best used if you set this program as the startup program, and have something else clearing out the turtle's inventory occasionally (and ensuring a minimum/maximum stock of seeds).
The turtle will spin in place every so often, slowly farming everything on the four blocks surrounding it. Right before it turns, it checks if the block is fully grown. If it is, it harvests and replants it. If the block it turns to is fully grown, it will repeat this action then turn to the next one and so on until the block it turns to is no longer fully grown.
Why are you uploading something this simple?
I wish to test the features of PineStore, and a simple project like this seems the perfect candidate for it.