Alright so I'm working on a (Force) Tree farm script for a turtle. It's still very early in development and as such has only one mode, no interactive options, and you have to build the area yourself
. As well this program only handles trees that grow in 1x1's(Force trees, birch, apple orchard tree etc).
This program also does not maintain persistence through reboot/crashes/chunk unloading.
Well that's the nitty gritty of it. I'm looking for people to use/test it to find anything it has trouble with, moving to the wrong spots, etc.
After setup for the farm currently you must have at least 25 saplings(40 recommended) and bonemeal for as long as you want it to run(I'll add an option not to use it later!). Fuel too of course. The lever can be activated to put the turtle to sleep until activated(10 second sleep time so give him some time to wake up after turning on!).
Anyway...
http://pastebin.com/DL3CAaDL
pastebin get DL3CAaDL ForceFarm
So yea testing and feedback is appreciated.
8/12/13: Release
8/12/13: Updated missing code for last tree of each row
This program also does not maintain persistence through reboot/crashes/chunk unloading.
Well that's the nitty gritty of it. I'm looking for people to use/test it to find anything it has trouble with, moving to the wrong spots, etc.
Setup
The area looks like this(Minus the 3 random turtles, cobble building, etc):
19x19 one deep with the corners raised(For placing water and kewl looks :3), and a hole in the center. The dirt blocks are raised to have one space between themselves and the water in a 5x5 pattern with two blocks of air separating each block of dirt.
To fill the water in(You could also use conveyors if you feel fancy) place a 2x2x1 of blocks in each corner then fill in around the edges making it all source blocks. After that break the previously placed blocks and place a bucket in the raised corner.
The turtle station:
This must be large enough to contain the two chests on the right, the ender chest, and the lever. It is placed one farther back than the wall of the capture zone. The ender chest spot is for fuel. The lower diamond chest is saplings and the one above it is bonemeal. Ignore the pipes in the image for now.
The pipes are very simple. One obsidian pipe touching the middle dirt block with golden pipes back to the turtle station.
The pipes under the turtle and chest:
From left to right. An obsidian pipe two below the turtle(One space of air) so it does not connect to it. Gold piping leading to an iron pipe. This iron pipe is where the turtle drop off and the collection zone meet. You can move this around however you see fit. From there above it is a diamond pipe. The pipe has 3(4) parts to it. The red bit sends the saplings to the left back into the diamond chest and if full into a void pipe(deal with overflow how you wish). The light green goes to two barrels for force logs and nuggets. The void pipe on top is for anything that might get in the mix not sorted(And the other pipe that does into the plain chest is for eggs since a chicken got in
).
![RdfVNqJ.jpg](/proxy.php?image=http%3A%2F%2Fi.imgur.com%2FRdfVNqJ.jpg&hash=268a1876d756a7ad1122a613bd12a8dc)
19x19 one deep with the corners raised(For placing water and kewl looks :3), and a hole in the center. The dirt blocks are raised to have one space between themselves and the water in a 5x5 pattern with two blocks of air separating each block of dirt.
To fill the water in(You could also use conveyors if you feel fancy) place a 2x2x1 of blocks in each corner then fill in around the edges making it all source blocks. After that break the previously placed blocks and place a bucket in the raised corner.
The turtle station:
![nqbfkKp.jpg](/proxy.php?image=http%3A%2F%2Fi.imgur.com%2FnqbfkKp.jpg&hash=156fbb419a5ca5d196060f691ac086ad)
![8n7pwrU.jpg](/proxy.php?image=http%3A%2F%2Fi.imgur.com%2F8n7pwrU.jpg&hash=f8c52d2d7206e6bfb998aadd0264195a)
This must be large enough to contain the two chests on the right, the ender chest, and the lever. It is placed one farther back than the wall of the capture zone. The ender chest spot is for fuel. The lower diamond chest is saplings and the one above it is bonemeal. Ignore the pipes in the image for now.
The pipes are very simple. One obsidian pipe touching the middle dirt block with golden pipes back to the turtle station.
![XEIYthB.png](/proxy.php?image=http%3A%2F%2Fi.imgur.com%2FXEIYthB.png&hash=da50f0ba002cd1dcadaef1b3f8b87b31)
The pipes under the turtle and chest:
![GiHJhw4.png](/proxy.php?image=http%3A%2F%2Fi.imgur.com%2FGiHJhw4.png&hash=adabf3e28beed8bb6de4b31304e1f6bc)
From left to right. An obsidian pipe two below the turtle(One space of air) so it does not connect to it. Gold piping leading to an iron pipe. This iron pipe is where the turtle drop off and the collection zone meet. You can move this around however you see fit. From there above it is a diamond pipe. The pipe has 3(4) parts to it. The red bit sends the saplings to the left back into the diamond chest and if full into a void pipe(deal with overflow how you wish). The light green goes to two barrels for force logs and nuggets. The void pipe on top is for anything that might get in the mix not sorted(And the other pipe that does into the plain chest is for eggs since a chicken got in
After setup for the farm currently you must have at least 25 saplings(40 recommended) and bonemeal for as long as you want it to run(I'll add an option not to use it later!). Fuel too of course. The lever can be activated to put the turtle to sleep until activated(10 second sleep time so give him some time to wake up after turning on!).
Anyway...
http://pastebin.com/DL3CAaDL
pastebin get DL3CAaDL ForceFarm
So yea testing and feedback is appreciated.
8/12/13: Release
8/12/13: Updated missing code for last tree of each row