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

Mining Program

Started by kalsowerus, 06 December 2012 - 04:52 AM
kalsowerus #1
Posted 06 December 2012 - 05:52 AM
This program mines a cube hole where you place it,
like the quarry from BuildCraft!

-It's easy to use and uncrashable by sand or gravel.
-It displays remeaning Fuel.


To use it just type in your turtle: "quarry <x:forward> <y:right> <z:down>"


Installation:

Download here: http://www.mediafire...q70nan8lw8azl8g

Go under %appdata%\.minecraft\saves\<yout minecraft-save>\computer\<turtle/computer-id>\ *place here

For Feed The Beast users:

*downloads\FTBBETAA\minecraft\saves\<your minecraft-save>\computer\<turtle/computer-id>\ *place here
aadje93 #2
Posted 16 December 2012 - 07:08 PM
Pastebin, (dont tell me mediafire is easier because pastebin starts with the paste screen)

example images of turtle working, better a video where you set it up and see it working.

Nobody is going to download code from mediafire…
marcelo8576 #3
Posted 23 December 2012 - 07:09 AM
Pastebin, (dont tell me mediafire is easier because pastebin starts with the paste screen)

example images of turtle working, better a video where you set it up and see it working.

Nobody is going to download code from mediafire…
I just did, no viruses or anything, if that's what you're concerned about.


This program mines a cube hole where you place it,
like the quarry from BuildCraft!

-It's easy to use and uncrashable by sand or gravel.
-It displays remeaning Fuel.


To use it just type in your turtle: "quarry <x:forward> <y:right> <z:down>"


Installation:

Download here: http://www.mediafire...q70nan8lw8azl8g

Go under %appdata%\.minecraft\saves\<yout minecraft-save>\computer\<turtle/computer-id>\ *place here

For Feed The Beast users:

*downloads\FTBBETAA\minecraft\saves\<your minecraft-save>\computer\<turtle/computer-id>\ *place here

Good program, but I think you should take two things in consideration:

1) There's the excavate built-in program in turtles. If you want to mine a big parallelepiped (if x or y or z are different [else it's a cube, which is exactly the excavate]) you would want to use excavate. Still, it's a piece of code you should not ignore, try improving it to a faster and/or more efficient mining method.

2) Although I downloaded the file from mediafire, I know that a lot of people are going to complain if you don't post to Pastebin. Upload there next time.

Good luck on the next update!
ChunLing #4
Posted 25 December 2012 - 01:42 AM
The thing about pastebin is that you don't have to go there, download the file, and then open it in an editor.

You just go to the page and look at the code. And better yet, if you like what you see, you can just use the pastebin program in CC to download it right into your turtle in-game rather than messing about copy-pasting one line at a time or using MineCopy or whatever.

It's not like nobody will download from anywhere else, it's just enough more of a hassle to decide people against it in most cases.