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

Rednet Connected Cobble Generating Turtles

Started by KufaKuja, 17 September 2012 - 10:13 AM
KufaKuja #1
Posted 17 September 2012 - 12:13 PM
[CC 1.33]
I had a few hours to spare and wanted to learn how to program turtles, so I attempted to build a cobblestone mining system, teaching myself using the Wiki.
In my system, an unlimited amount of turtles can be programmed to mine cobblestone, then turn around and spit the cobblestone out (I was playing on Tekkit so I collected the stone in obsidian pipes to be turned to diamonds in a condenser). The turtles each have a screen above them showing how full each slot is, if the slot is full it displays "FULL". Each turtle relays the total blocks it holds over rednet to a main computer, which can display the total for each turtle or a percentage showing how full it is.
The entire system is held by eight programs on one disk, which can be auto-installed to the turtles or the computer (it detects the OS and installs accordingly).
So what do you guys think? It's my first project so are there any improvements I could make?

http://pastebin.com/JFQ5HH2T

EDIT:
Pictures, as requested.
http://imgur.com/a/BWBUU
Loopin #2
Posted 17 September 2012 - 04:44 PM
Add pictures please.
KufaKuja #3
Posted 17 September 2012 - 07:48 PM
Done :)/>/>
CardingiSFun #4
Posted 07 October 2012 - 10:08 PM
Please add a tutorial on how to set it up. Thanks