Jump to content

Recommended Posts

Posted

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???

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...