Modify is a command-line tool written in Rust that provides an easy and efficient way to manage mods for the Minecraft game. It simplifies the process of installing, removing, and updating mods, allowing Minecraft players to enhance their gameplay experience with ease.
- Mod installation: Easily install mods from Modrinth.
- Mod removal: Uninstall mods that are not desired.
- Mod search: Search for mods based on names.
- Mod backup and restore: Create backups of your Minecraft mods installations and restore them as needed.
- Dependency management: Automatically handle mod dependency installation to ensure compatibility.
- Minecraft version compatibility: Check for mod compatibility with different Minecraft versions.
- Configuration management: Customize mod settings and options using configuration files.
- User-friendly interface: Intuitive command-line interface with clear instructions and feedback.
- Mod updating: Keep your installed mods up to date with the latest versions available.
- Mod search: Search for mods based on keywords, categories, or tags.
- Graphical user interface: The same features, with a graphical user interface
- Rust programming language installed on your system. You can install Rust by following the instructions at https://www.rust-lang.org/tools/install.
- Minecraft game installed on your computer.
-
Clone or download Modify repository from GitHub.
-
Open a terminal or command prompt and navigate to the project's directory.
-
Build the project using the following command:
cargo build --release
-
After the build process completes, you will find the executable file in the
target/release
directory. -
Copy the executable file to a location of your choice or add it to your system's
PATH
environment variable for easy access.
-
Open a terminal or command prompt.
-
Navigate to the directory where the Modify executable is located.
-
Run the following command to start Modify:
./mod-manager
-
Modify will launch, and you can begin managing your mods using the available commands.
-
Follow the instructions provided by Modify to install, remove, or update mods.
-
Enjoy playing Minecraft with your favorite mods!
Contributions to the Modify project are welcome! If you would like to contribute, please follow these steps:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code builds successfully.
- Commit your changes and push them to your forked repository.
- Submit a pull request with a detailed description of your changes.
Please review the Contributing Guidelines for more information.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it according to the terms of the license.
- The Rust programming language and its community for providing a powerful and reliable development environment.
- The Minecraft modding community for their incredible creations and continuous inspiration.
- Modrinth for creating an easy to use and powerfull API
Enjoy modding your Minecraft game with Modify!