Posted 16 July 2015 - 11:08 AM
CLEVER TURTLE 1.0
This is my program that can do anything, just by defining a path : just create a path on the ground, and the turtle will automatically follow it !
e. g. When the turtle will walk on a block of iron (for exemple), she'll turn right.
[Note : this is an early version, I will update this post in the future when more options will be implemented.]
— INITIALIZATION —
- Get the code -
Simply do "pastebin get EeQLTESi startup" in the turtle. Always credit "Elzear_Contelly" if you want to use it. If you have some issues or bugs with the code, contact me here : elzearcontelly2@gmail.com
- Turtle Inventory -
You need to put blocks in different slots of the turtle :
Slot 13 : Go forward
Slot 14 : Turn right
Slot 15 : Turn left
Slot 16 : Stop
(SOON : suck, dig, drop…)
- Path -
[Note : all blocks need to be underneath the turtle]
At the depart / end position, you need to put a [slot 16] block. At the right of this block (depending on the turtle angle) you need to put a chest (at the right of the turtle, not underneath) with fuel. Note that the turtle will go forward by one block at the activation.
Then, you can edit your path like you want :
Put a [Slot 13] block to go forward, put a [Slot 14] block to turn right (and go forward), etc…
The turtle will refuel automatically when needed.
— USING —
While working, the turtle will create a log containing all informations about the fonctionning.
Make sure the turtle never walk on a block she don't know, or she won't work.
This is my program that can do anything, just by defining a path : just create a path on the ground, and the turtle will automatically follow it !
e. g. When the turtle will walk on a block of iron (for exemple), she'll turn right.
[Note : this is an early version, I will update this post in the future when more options will be implemented.]
— INITIALIZATION —
- Get the code -
Simply do "pastebin get EeQLTESi startup" in the turtle. Always credit "Elzear_Contelly" if you want to use it. If you have some issues or bugs with the code, contact me here : elzearcontelly2@gmail.com
- Turtle Inventory -
You need to put blocks in different slots of the turtle :
Slot 13 : Go forward
Slot 14 : Turn right
Slot 15 : Turn left
Slot 16 : Stop
(SOON : suck, dig, drop…)
- Path -
[Note : all blocks need to be underneath the turtle]
At the depart / end position, you need to put a [slot 16] block. At the right of this block (depending on the turtle angle) you need to put a chest (at the right of the turtle, not underneath) with fuel. Note that the turtle will go forward by one block at the activation.
Then, you can edit your path like you want :
Put a [Slot 13] block to go forward, put a [Slot 14] block to turn right (and go forward), etc…
The turtle will refuel automatically when needed.
— USING —
While working, the turtle will create a log containing all informations about the fonctionning.
Make sure the turtle never walk on a block she don't know, or she won't work.