A simple ComputerCraft quarry in LUA
Download all modules and run quarry to start the application. Then enter length, width and depth.
You can use our downloader pastebin get xxC3Q3CT updater to fetch (or update) all modules for you.
- Application will automatically restart after server loads (requires application to be called "quarry")
- Quarry size is configurable
- Turtle fuels from inventory above start location
- Turtle drops items in inventory behind start location
- On failure to move, break block etc the application will retry multiple times. If it is still unsuccessful it will quit the program. A simple "quarry" command will restart the application.
- More debugging messages
- Optimize new layer start (without going back to (0, y, 0))
- General code cleanup
- When going home, make the turtle go to the correct y first to avoid it forcing its way through an unfinished layer because it currently does not look at block inventories when it does so.