A modular and extensible collection of Lua scripts for ComputerCraft and CC: Tweaked. Automate your Minecraft world with programmable computers and turtles!
This repository features in-game automation tools crafted with Lua. From turtle-based mining to future plans for building assistants and network systems, this project serves both survival gameplay and advanced technical builds.
Each directory contains purpose-built Lua scripts with comments and naming for ease of use and understanding.
- Install CC: Tweaked or ComputerCraft
- Access this repo from GitHub or paste raw scripts into in-game computers/turtles
- Run and enjoy automation! Scripts are ready to go with minimal setup.
Need an emulator? Use CraftOS-PC to test your scripts outside Minecraft.
✅ Turtle auto-miner script
✅ Basic system control for regular computers
✅ Modular folder-based structure
✅ Lightweight and beginner-friendly code
✅ Readable comments and educational scripting practices
🧱 Building Assistant – Auto-place blocks from blueprints
🌐 Networking Tools – Multi-device communication with Rednet
📦 Inventory Manager – Auto-sorting chests and machines
⛓ Chunk Loader Logic – Auto-control presence in world
🔒 Security Terminals – Redstone-controlled doors with keycard systems
📡 Wireless File Sync – Use modems to sync files across devices
Want to help with any of these? Open a pull request or issue!
We welcome all contributions—from scripts to bugfixes to creative ideas!
- Fork this repository
- Create a new branch with your feature/fix
- Submit a pull request with a clear description and usage info
Bonus: Include inline comments so others can learn from your code!
This project is licensed under the GNU GPLv3. You are free to use, modify, and redistribute under its terms.
For feedback, bugs, feature requests, or collaborations:
📧 Open an issue
💬 Or join a Minecraft/CC community and share the link to this repo!
Power up your Minecraft world with the magic of Lua scripting.
Happy coding, fellow engineers! 🚀🔧🐢