Feldweg Posted August 4, 2013 Posted August 4, 2013 I wrote a strip mining program. But my turtle stops working everytime when it is deep (diamond high). It has fuel and torches. When it's not so deep its working perfectly. Can someone help???
Sir_Obama Posted August 5, 2013 Posted August 5, 2013 Can't help much if you don't post the code. My guess is an error in your programming.
Feldweg Posted August 5, 2013 Author Posted August 5, 2013 Thats it. There isnt an error and on tin and copper niveau it works, just not on diamond niveau
Kommunističeskiĭ Posted August 8, 2013 Posted August 8, 2013 That was absolutely no help at all. My guess is you leave the area while it's mining and by the time it reaches diamond level you travel too far away from it. Computers (and turtles) shut down whenever the chunk is unloaded, and if you're more than 10 chunks away (or whatever the server admin set it to if you're playing online) the chunk will unload. CC doesn't have any persistence mechanism that I'm aware, so you have to write your own turtle mining program that'll store coordinates and detect if it had been previously stopped by a chunk unload. EDIT: Maybe you can just make a startup file to run the mining program. I don't really use turtles for mining so I don't know how the built-in miner works.
Feldweg Posted August 10, 2013 Author Posted August 10, 2013 how large is 1 chunk?? my turtle digs 116 blocks into the mountain
Feldweg Posted August 11, 2013 Author Posted August 11, 2013 would a dimensional anchor or a chunk loader help?
Sir_Obama Posted August 11, 2013 Posted August 11, 2013 If you know which chunks your turtle is going to be in, then yes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now