Posted 29 December 2012 - 12:56 AM
Some weeks ago I played on a server with some friends.
I wanted to craft an HV Solar Array and therefore I needed much more resources.
So I made this little mining program.
The program digs a spiral (1 block wide and 2 blocks high) around its starting point with 2 blocks between the tunnels.
After the turtle finished mining it returns to the starting point.
If the Inventory is full the turtle places an enderchest (enderchests are necessary) and puts all items inside, breaks the chest and continues.
You have to use the chunkloading turtle from Misc Peripherals so that the turtle won't stop if the chunk is unloaded.
Gravel and sand are no problem.
The enderchest has to be in the first slot of the turtle.
The turtle uses the coal it finds to refuel until it reaches a fuel level of 5.000.
I recommend you to start the turtle between y-Level 16 and 6 to get many diamonds ;-)
The program is used like this "spiral <number_of_tunnels>"
Then it starts digging:
I think this program is very efficient and after the turtle has returned you can walk through the tunnels and mine all the remaining resources.
Pastebin link: click me
Have fun with this!
I wanted to craft an HV Solar Array and therefore I needed much more resources.
So I made this little mining program.
The program digs a spiral (1 block wide and 2 blocks high) around its starting point with 2 blocks between the tunnels.
After the turtle finished mining it returns to the starting point.
If the Inventory is full the turtle places an enderchest (enderchests are necessary) and puts all items inside, breaks the chest and continues.
You have to use the chunkloading turtle from Misc Peripherals so that the turtle won't stop if the chunk is unloaded.
Gravel and sand are no problem.
The enderchest has to be in the first slot of the turtle.
The turtle uses the coal it finds to refuel until it reaches a fuel level of 5.000.
I recommend you to start the turtle between y-Level 16 and 6 to get many diamonds ;-)
The program is used like this "spiral <number_of_tunnels>"
Spoiler
Example: Spiral with 20 tunnelsThen it starts digging:
I think this program is very efficient and after the turtle has returned you can walk through the tunnels and mine all the remaining resources.
Pastebin link: click me
Have fun with this!