promotional bannermobile promotional banner

ComputerCraft Turtles

Abandoned
Turtles like in Tekkit's ComputerCraft
<p>Turtles Logo</p>

Turtles Logo

Description

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

The ComputerCraft Turtles Team

profile avatar
  • 4
    Projects
  • 15.1K
    Downloads

More from _ForgeUser9793138