CC:Tweaked (aka ComputerCraft)
-
This is where I'm moving all my ComputerCraft/CC-Tweaked lua scripts for Minecraft.
-
NOTE: Most of the lua scripts are in place, but they don't currently deploy to the site because they start with a
_which prevents them from moving in the current iteration of the site builder. -
TODO: You can load everything by calling
wget run https://al9000.com/computercraft/init.luaThat runs an initialization script the sets up a computer/turtle.
-
TODO: The
local-scriptsfolder contains scripts that are copied directly to the computer/turtle. -
TODO: The
remote-scriptsfolder contains scripts that are called remotely each time they are run so I can edit them in a text editor outside of Minecraft itself. -
NOTE: As of March 2026 version 26.x of Minecraft is out but CC:Tweaked only runs on 1.21 or earlier. We'll see if it gets updated.