Skip to content
Max W edited this page Aug 28, 2021 · 1 revision

computercraft

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.

Installing and using the programs

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

Versions

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.

Clone this wiki locally