Posted 11 August 2014 - 10:30 AM
Hey,
I wrote a rabbithole excavation/quarry program with automatic refuel, ender chest dropoff and continue feature.
http://pastebin.com/nFE04Eyh
place down turtle and a chest behind it (only if NOT using ender chest mode)
Usage:
ex length, width, depth, ignoreCount, [-e | –enderchest]
IgnoreBlocks go in slot 1 to ignoreCount.
enderchest goes in slot 15 (if needed).
fuel goes in slot 16.
The program will compare mined blocks to the fuel in slot 16 and try to always keep a full stack of fuel.
If you start the program with the continue parameter ("ex continue"), it will continue a previous excavation.
So if the program was canceled, the server crashed or the chunk was unloaded the program will continue to run correctly.
To automatically continue put the following in your "startup" file
A lava-bucket-refuel feature is planned.
edit: java exception bug fixed. spelling mistakes fixed :)/>
edit2: ender chest dropoff is ready
edit3: fixed some minor bugs
I wrote a rabbithole excavation/quarry program with automatic refuel, ender chest dropoff and continue feature.
http://pastebin.com/nFE04Eyh
pastebin get nFE04Eyh ex
place down turtle and a chest behind it (only if NOT using ender chest mode)
Usage:
ex length, width, depth, ignoreCount, [-e | –enderchest]
IgnoreBlocks go in slot 1 to ignoreCount.
enderchest goes in slot 15 (if needed).
fuel goes in slot 16.
The program will compare mined blocks to the fuel in slot 16 and try to always keep a full stack of fuel.
If you start the program with the continue parameter ("ex continue"), it will continue a previous excavation.
So if the program was canceled, the server crashed or the chunk was unloaded the program will continue to run correctly.
To automatically continue put the following in your "startup" file
os.run({}, "ex","continue")
A lava-bucket-refuel feature is planned.
edit: java exception bug fixed. spelling mistakes fixed :)/>
edit2: ender chest dropoff is ready
edit3: fixed some minor bugs
Edited on 11 August 2014 - 10:52 PM