Skip to content

brandonhenness/Advanced-Programs

Repository files navigation

Advanced Programs for ComputerCraft

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.

About This Project

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.

Features

  • 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.

Getting Started

Prerequisites

  • Minecraft version compatible with ComputerCraft.
  • Install the ComputerCraft mod: ComputerCraft Mod.

Installation

  1. Clone or download this repository.
  2. 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.
  3. Run the program in-game using the lua shell or by executing the file name directly.

Example Usage

For example, to start a mining program:

  1. Open the Turtle interface.
  2. Type the following command and press enter:
    lua <program_name>
    
    Replace <program_name> with the actual file name.

Contributing

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.

License

This project is licensed under the GNU General Public License v3.0.

Acknowledgments

  • 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.

Contact

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!

About

A collection of ComputerCraft programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages