ComputerCraft Forums

ComputerCraft => Programs => Turtle Programs => Topic started by: Dynamic225 on Aug 18, 2020, 09:13 PM

Title: Resume Quarry Program
Post by: Dynamic225 on Aug 18, 2020, 09:13 PM
A program designed to let you resume an existing quarry that may have been interrupted. I edited the code from the popular pastebin quarry program: https://pastebin.com/1MzKST2F (https://pastebin.com/1MzKST2F).

My edited resume quarry program: https://pastebin.com/RFAxefrR (https://pastebin.com/RFAxefrR)

To use, run the program as
(Program Name) <Width> <Depth> <Length> <Direction> <Start Width> <Start Depth> <Start Length>
Title: Resume Quarry Program
Post by: QuickMuffin8782 on Aug 19, 2020, 02:42 AM
Quote from: Dynamic225 on Aug 18, 2020, 09:13 PM-snip-
Quite good! I like the code, and this could be useful.