A collection of cool programs for the Minecraft mod CC: Tweaked
Most of these are my creation, only a few are made by other people, given credit and catalogued.
Each file is a program, and should be installed using the guide below. (Some files may need to be installed with different names)
Credit: Wojbies
Mirrors the screen to an attached monitor.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/mirror.lua
Used with Receiver, transmits commands to a target computer.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/transmitter.lua transmit.lua
Used with Transmitter, receives commands and runs them. Run on startup.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/receiver.lua startup.lua
Used for setting up a GPS system that doesnt need to be reset.
Run "edit startup.lua" and set the x, y, z of the computer.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/simpleGPSonStartup.lua startup.lua
Requires Adv. Peripherals. Mirrors the in-game chat into the computer.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/chatty.lua
Installs AIlink.lua, a program that listens to a pastebin page (https://pastebin.com/XDXyGBBW) and runs any commands on it, so that remote connection is possible. Could be repurposed, but I don't care that much.
wget run https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/AIinstaller.lua
A very versatile program for turtles to explore and interact with the world remotely.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/bstor.lua bstor.lua
A very useful program for turtles to manage their inventory and other attached inventories remotely.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/invman.lua invman.lua
Program for pocket computers to broadcast their position at all times. BSTOR makes use of it and displays players near the turtle.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/holoplayer.lua
Requires Adv. Peripherals. Utilizes a player detector to get everyone's position, displaying them near the turtle. Privacy is a myth.
wget https://raw.githubusercontent.com/Diebeck/Cool-Programs-for-CC-Tweaked/refs/heads/main/holoplayerServer.lua