Welcome to the Advanced Programs repository! This repository contains a collection of programs developed for ComputerCraft, a popular Minecraft mod that introduces programmable computers and robots called Turtles into the game.
At the time of its creation, these programs were among the most popular and widely used tools for Turtles in ComputerCraft. They showcase advanced scripting and functionality to enhance gameplay, providing players with powerful automation capabilities.
- Automation: Use these scripts to automate various tasks in Minecraft, including mining, building, and resource collection.
- Customizability: The programs can be easily customized to suit your specific needs.
- Efficiency: Optimized for performance, these scripts make your Turtles smarter and more productive.
- Minecraft version compatible with ComputerCraft.
- Install the ComputerCraft mod: ComputerCraft Mod.
- Clone or download this repository.
- Place the program files in your Turtle's local directory:
- Right-click on the Turtle in Minecraft to open its interface.
- Use the
edit
command to create new files, or paste the scripts from this repository.
- Run the program in-game using the
lua
shell or by executing the file name directly.
For example, to start a mining program:
- Open the Turtle interface.
- Type the following command and press enter:
Replace
lua <program_name>
<program_name>
with the actual file name.
Contributions are welcome! Feel free to fork this repository, create your own versions of the scripts, or submit pull requests to improve functionality or fix bugs.
This project is licensed under the GNU General Public License v3.0.
- Special thanks to the Minecraft modding community for their support and inspiration.
- ComputerCraft by dan200: Bringing coding to Minecraft and making projects like this possible.
For questions or feedback, feel free to open an issue in this repository or reach out directly through GitHub.
Happy coding and have fun automating your Minecraft adventures!