Lua-Projects

These are my personal lua based projects for computercraft and advanced peripherals.

I mainly made them to show examples for advanced peripherals.

If you want to use one of the scripts, you're free to go. You can find specific instructions for the scripts online at our documentation, as example the me bridge.

You can install all scripts via the installer. The installer will install the script and the needed libraries

As example the automatic autocraft script for the me bridge

  • First you want to install the installer:

wget https://raw.githubusercontent.com/SirEndii/Lua-Projects/master/src/installer.lua installer

  • To see all currently available scripts, you can run installer list

image

  • Now install the script you want. As example the ME Autocraft script installer install meautocraft This will install the script and the needed libraries.

image

The script is located at NAME/SCRIPT.lua. For the autocraft script this would be meautocraft/meautocraft.lua

It also creates an startup script for you. So you should delete any startup script you may have on your computer before installing the script.