ComputerCraft Turtles

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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

Video

Video


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    52114
  • Created
    Feb 15, 2013
  • Last Released File
    Never
  • Total Downloads
    0
  • License

Categories

Members

Recent Files

No files uploaded yet.