3 posts
Posted 17 October 2013 - 06:06 PM
Title: Coordinates
Is there a way to put coordinates into the turtle, so when it has gone out of inventory it returns to a coordinate where a chest is placed and refills and then it goes back to the coordinates where it stopped and resumes?
8543 posts
Posted 17 October 2013 - 08:02 PM
Split into new topic.
Yep! The excavate program does essentially that. You can read through it at rom/programs/turtle/excavate
9 posts
Posted 23 October 2013 - 04:59 AM
Split into new topic.
Yep! The excavate program does essentially that. You can read through it at rom/programs/turtle/excavate
Beside ingame, can i somewhere also find these default scripts in some txt file?
This will be lots easier to read through and understand.
i was looking around the site, but couldnt find them.
331 posts
Posted 23 October 2013 - 05:15 AM
Split into new topic.
Yep! The excavate program does essentially that. You can read through it at rom/programs/turtle/excavate
Beside ingame, can i somewhere also find these default scripts in some txt file?
This will be lots easier to read through and understand.
i was looking around the site, but couldnt find them.
this is pretty simple, just follow theses steps
1 go into your minecraft directory
(eg. "%appdata%/roaming/.minecraft)
2 go into your mods folder
3 open up the computercraft zip
( i use winrar )
4 ( if i remember correctly ) now goto
assests => lua => rom => program's => turtle => excavate
7508 posts
Location
Australia
Posted 23 October 2013 - 05:51 AM
And just in case you're not on Windows, since I don't make the same assumptions that jay5476 does
OSX
~/Library/Application Support/minecraft/
Linux
/home//.minecraft/
These are obviously both for the default Minecraft instance, if you're using something like FTB or Tekkit their locations are different, same parent folder but instead of `minecraft` its `Feed the Beast` and `technic` IIRC.
9 posts
Posted 23 October 2013 - 05:58 AM
Thanks a lot for this. This will really help starting to make some advanced turtles