-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A collection of useful ComputerCraft programs, made for modern versions of CC:Tweaked. I mainly use it for Minecraft v1.12.x but it seems to work fine for v1.16.x as well.
I've written an installer that links to this repository, which makes it easy to install and uninstall the programs you like, and keep them up to date as I post new versions of them. The installer will work as long as this repository exists here.
To get the installer, just run: wget https://raw.githubusercontent.com/kirayatail/computercraft/master/installer.lua
and then run the installer on you CC computer.
You can find more information about the installer on the installer page
I've designed the programs to track their versions from within CC. On the first line of each program there's a comment with a number, that's the current build as an incrementing integer. This system is very simple, but it has drawbacks. Currently, the installer only supports upgrading to the latest version, no version selection. Previous versions are preserved in the git history, but it's not connected to the installer.
There's a silver lining though, the script that I use to generate the list of current versions enforces that any change made to a Lua program must be accompanied with a version bump of that file.