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:
————————————————————————————-
This API allows you to use functions such as:
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]:
To use this API in your program, add this code to the start of your program:
————————————————————————————-
This API allows you to use functions such as:
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:
thesbros' and omsi6's Programs are licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
GitHub repository: http://github.com/ops99/LuaPrograms
Current programs (There is a lot more to come!):
APIs:
Spoiler
TAPI [Half-WIP] [Turtle]:Spoiler
This 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.)
Spoiler
This 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.)
Spoiler
thesbros' and omsi6's Programs are licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.