This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
keystyles's profile picture

Yet another mining turtle...

Started by keystyles, 27 November 2017 - 03:45 AM
keystyles #1
Posted 27 November 2017 - 04:45 AM
Made a VERY simple mining turtle. I'm not a coder and I only spent a handful of hours working on it so please do expect too much…

Basics; it's setup to mine a full chunk, moving forward and right from starting location. Needs a chest above it (at starting location) and a bucket with lava in slot1 (upper left slot of the turtle). it will refuel as it goes, and will put all the goods into the chest when the inventory starts to fill up. It will dump "junk" like stone, sand, gravel, diorite, etc…

Please give feedback if you use it. I know it is pretty simple, but it seems to be working ok (I've only had time to test it in survival once…)

https://pastebin.com/C93d6FX6
keystyles #2
Posted 28 November 2017 - 04:40 AM
Made a couple small updates. Primarily, was running out of fuel so added in a slot2 refuel for a stack of coal at start of code, added in a return to origin at the end (duh), and updated many, many, many, many small/large issues…