Jump to content

Mineturtle running off rednet?


tuned

Recommended Posts

Well first thing I want to point out is that doing a wirelessly controlled turtle will be tricky. Turtles and computers won't do anything unless you program them to. For example, without a program running on your turtle that listens on the network for commands and executing them your turtle won't do anything. So lets say you create a simple program to do just that what happens if the turtle moves out of range? Does it return home for more instructions? How does it do that? What happens if the server goes down or the chunk unloads? Will it resume mining from where it left off? There's a lot of things to bear in mind. Your best bet would be to take a peek at the computercraft forums. There are several good mining scripts there. You'll probably get better help coding your own script on their forums than this one.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...