Posted 18 September 2013 - 03:42 PM
title: turtle mining drill debug
Hello, fellow programmers.
Today, I wanted to make myself a fancy (for my terms :)/>) mining system,
using wireless turtles and ender chests. it was my first ever program using the rednet. API.
the idea is very simple, one controller turtle (melee) sends the rest of the turtles to move one place, dig up and down.
Miner: http://pastebin.com/nqGE9Ha0
Master(melee): http://pastebin.com/N2NieEdt
when i run both of them (yes, i added a variable) the master turtle walks one step (not further) and the mining turtles give the following error:
string:1: attempt to call nil
three last things:
- for the ones recognizing the frameworks of this build: i used direwolf20's mining system as base.
-i dont know how to add the code directly in the forums, so i used links. sorry for that :(/>
-I am always open for improvements:)
have a nice day, and thanks
~BHTA
Hello, fellow programmers.
Today, I wanted to make myself a fancy (for my terms :)/>) mining system,
using wireless turtles and ender chests. it was my first ever program using the rednet. API.
the idea is very simple, one controller turtle (melee) sends the rest of the turtles to move one place, dig up and down.
Miner: http://pastebin.com/nqGE9Ha0
Master(melee): http://pastebin.com/N2NieEdt
when i run both of them (yes, i added a variable) the master turtle walks one step (not further) and the mining turtles give the following error:
string:1: attempt to call nil
three last things:
- for the ones recognizing the frameworks of this build: i used direwolf20's mining system as base.
-i dont know how to add the code directly in the forums, so i used links. sorry for that :(/>
-I am always open for improvements:)
have a nice day, and thanks
~BHTA