ComputerCraft Turtles
ComputerCraft Turtles
Ever wanted to use Turtles without a modclient such as Tekkit? VoilĂ ! This plugin brings Turtles in form of dispensers to your server! Program your own digging tools and let them do your work.
Features
- Mining up, down, front
- Moving up, down, front, back
- Turning left / right
- Collecting the items in the dispensers inventory
Tutorial
The plugin reads a .txt file in the plugin folder, line for line. The following commands are aviable:
- turtle.dig()
- turtle.digUp()
- turtle.digDown()
- turtle.forward()
- turtle.back()
- turtle.up()
- turtle.down()
- turtle.turnLeft()
- turtle.turnRight()
Add the commands in your text file, line for line. For example:
- turtle.digDown()
- turtle.forward()
- turtle.digDown()
- turtle.forward()
To start the script, type in /cct <file>
Commands
Target a dispenser and type in /cct <file> to let the dispenser start!
Comming features
- While loops
- Slots
- Comparing
-
View User Profile
-
Send Message
Posted Oct 27, 2013This plugin looks like its going to have real potential when its released
-
View User Profile
-
Send Message
Posted Aug 4, 2013Hey! You could transform turtle into falling block while it moving so turtle's moves will be smoothly.
-
View User Profile
-
Send Message
Posted May 30, 2013You gonna work on this some more?
-
View User Profile
-
Send Message
Posted Apr 18, 2013Can you make it make it possible to create extensions for it? (E.g. I can make an extension to add a turtle.place() command) Either way I can't wait for it to come out!
-
View User Profile
-
Send Message
Posted Mar 25, 2013This is similar to my plugin Mining Machine. Sort of. Mine you just make the machine in game and does not require coding.
-
View User Profile
-
Send Message
Posted Mar 18, 2013Seems great, hopefully it releases soon :)
-
View User Profile
-
Send Message
Posted Feb 16, 2013I was testing a pre-release and wanted to show anybody interested what it was like.
Cobblestone Generator: http://www.youtube.com/watch?v=jKgFz62y0xs
Cross mining: http://www.youtube.com/watch?v=A0zUxy_ysX4
Programming a strip miner: http://www.youtube.com/watch?v=wdOyFJ4KekY
@xH3LLRAIZ3Rx
-
View User Profile
-
Send Message
Posted Feb 15, 2013@xH3LLRAIZ3Rx
If this is like the computer craft mod, then you code a script in Lua.
-
View User Profile
-
Send Message
Posted Feb 15, 2013can you give us a more in depth way of doing it, like a example from a txt file thats already prepared
-
View User Profile
-
Send Message
Posted Feb 15, 2013Wow, this is great! Good job.