This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
cant_delete_account's profile picture

[1.33+] thesbros' and omsi6's Programs

Started by cant_delete_account, 04 April 2012 - 07:44 PM
cant_delete_account #1
Posted 04 April 2012 - 09:44 PM
thesbros' and omsi6's Programs
GitHub repository: http://github.com/ops99/LuaPrograms
Current programs (There is a lot more to come!):
APIs:
SpoilerTAPI [Half-WIP] [Turtle]:
SpoilerThis program is available from CC-Get. Type:

cc-get install tapi
To use this API in your program, add this code to the start of your program:

os.loadAPI("//tapi")
And make sure all users of your program have the API installed!
————————————————————————————-
This API allows you to use functions such as:

tapi.placeLeft()
tapi.placeRight()
tapi.digRight()
tapi.digLeft()
And more to come, suggest functions in a reply!
Download from GitHub.
Installation: Open .minecraft(minecraft on mac)/mods/ComputerCraft/rom/apis/ and drag the downloaded file into there. (Not required if using CC-Get.)
Trt [WIP] (Fast-Programming) [Turtle]:
SpoilerThis program is available from CC-Get. Type:

cc-get install trt

To use this API in your program, add this code to the start of your program:

os.loadAPI("//trt")
And make sure all users of your program have the API installed!
————————————————————————————-
This API allows you to use functions such as:

trt.pl()
trt.u()
trt.d()
trt.tl()
trt.tr()
And if you have TAPI installed, you can use these functions:
trt.pll()
trt.plr()
trt.dr()
trt.dl()
The functions are pretty self-explanatory, trt.pl() places a block, etc, etc.
This API is still a WIP.
Download from GitHub.
Installation: Open .minecraft(minecraft on mac)/mods/ComputerCraft/rom/apis/ and drag the downloaded file into there. (Not required if using CC-Get.)
Legal crap:
Spoiler
thesbros' and omsi6's Programs are licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Wolvan #2
Posted 04 April 2012 - 10:20 PM
Are these turtle programs?
cant_delete_account #3
Posted 04 April 2012 - 10:28 PM
Are these turtle programs?
At the moment, all of them are.
EDIT: Just added [Turtle] tags for the turtle programs.
cant_delete_account #4
Posted 08 April 2012 - 12:48 AM
Update for Trt, fixed TAPI checking for Trt if the user had installed Trt through CC-Get. Also fixed CC-Get links!
cant_delete_account #5
Posted 08 April 2012 - 12:51 AM
More programs / APIs will be coming soon! (Tomorrow)
cant_delete_account #6
Posted 13 June 2012 - 08:21 PM
Any of you have ideas for TAPI? Or an idea for a new API / program? If you do, just PM me or post on this topic!