mirror of
https://github.com/LDDestroier/CC/
synced 2025-08-31 01:48:00 +00:00
57ab9efb3cb94744b4915aad8842dbaf2b800b3b

charTransformation, textTransformation, and backTransformation have been replaced with a single `transformation()` function that takes five arguments and spits out three. ``` win.meta.transformation(x, y, char, text, back, meta) return {newCharX, newCharY, newChar}, {newTextX, newTextY, newTextCol}, {newBackX, newBackY, newBackCol} end ```
ComputerCraft Repertoire
A collection of all my ComputerCraft programs and the APIs they use. This is mostly just to get them the fuck off of pastebin, and also to ensure that API owners don't change things to break my precious programs...!
Programs that already have a github repo won't be put here, though.
Description
Languages
Lua
100%