←  APIs and Utilities

ComputerCraft | Programmable Computers for Minecraft

»

Tmove V1.0.1 - Better Turtle Functions

PappleFruit's Photo PappleFruit 26 Jul 2013

Tired of having to do for- and while-loops for every step, the turtle does? Then TMove is perfect for you!


TMove is a Turtle-API, that adds a bunch of nifty functions to let your turtle dig or move multiple times without you having to implement any loops!

Source Code:
http://pastebin.com/esEygZVC

Functions
Spoiler


Installation / Usage
Spoiler


To-Do-List
Spoiler


Changelog
Spoiler


I hope you like this API and find use for it. Suggestions and bug reports are always appreciated. :)
Quote

Zudo's Photo Zudo 26 Jul 2013

I like the last 5 functions, but I write my own for the others on the occasion I do make a turtle program.
Quote

PappleFruit's Photo PappleFruit 27 Jul 2013

View PostZudoHackz, on 26 July 2013 - 03:53 PM, said:

I like the last 5 functions, but I write my own for the others on the occasion I do make a turtle program.
Yeah, many people probably do so but I'm always really lazy when it comes to coding, so I always make myself an API for things like that.
Quote