tuned Posted December 9, 2013 Posted December 9, 2013 Okay so I got advanced computer and a mine turtle both with open modems how can I turn the turtle to run and mine also what would the code be to loop the mining? Thanks a lot guys! :)
phazeonphoenix Posted December 9, 2013 Posted December 9, 2013 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.
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