Posted 08 May 2017 - 06:06 AM
Hey Folks!
I'm pretty new to ComputerCraft, but I've been dabbling with it more recently.
A few days ago I downloaded a cube mining program from another user on here and I really did not have a fun time with it.
Being the somewhat impatient person that I am, I just took matters into my own hands and decided to create my own cube miner, and I figured I'd share it as well!
https://pastebin.com/NJBXZQ6c
https://pastebin.com/P0yThxen
This is split across two files, one only has a collection of functions that this program uses but are general enough to be utilized by any program that would need similar functions. This exists mainly for me as a way to have semi-modular coding practices, and is just a thing I do.
The other file, DigCubeArea, is the actual cube miner itself and the program you'll want to call to have it do work.
I'd love to know what you all think about it, and if there are any bugs.
I'm pretty new to ComputerCraft, but I've been dabbling with it more recently.
A few days ago I downloaded a cube mining program from another user on here and I really did not have a fun time with it.
Being the somewhat impatient person that I am, I just took matters into my own hands and decided to create my own cube miner, and I figured I'd share it as well!
https://pastebin.com/NJBXZQ6c
https://pastebin.com/P0yThxen
pastebin get NJBXZQ6c NearEDGE-Functions
pastebin get P0yThxen DigCubeArea
This is split across two files, one only has a collection of functions that this program uses but are general enough to be utilized by any program that would need similar functions. This exists mainly for me as a way to have semi-modular coding practices, and is just a thing I do.
The other file, DigCubeArea, is the actual cube miner itself and the program you'll want to call to have it do work.
I'd love to know what you all think about it, and if there are any bugs.