Welcome to your new Minecraft launcher! This tool is designed to make it easy to launch and manage different versions of Minecraft. With just a few commands, you can create and manage Minecraft directories, set up configurations, and download and install different versions of Minecraft. You can even specify a download mirror and install additional mods.
To get started with your new Minecraft launcher, follow these steps:
- Create a New Directory: Initialize a new directory to store Minecraft files using the
launcher init
command. - Set Up Configurations: Run
launcher config
within the directory to set up configurations. - Update Your Username: Update your Minecraft username with
launcher account <username>
. - Explore Available Versions: Explore available versions using
launcher list <version_type>
. - Select a Mirror: Specify a download mirror via
launcher mirror <mirror>
. - Install Minecraft: Install a specific version of Minecraft using the
launcher install <version>
command. - Install with Fabric Loader: Install Minecraft along with the Fabric Loader using the
launcher install <version> --fabric <fabric_loader_version>
command. - Install with Config: Install Minecraft with already Config using the
launcher install
command. - Access Help and Assistance: For more commands and details, type
launcher help
.
To enhance manage with launcher, follow these steps:
- Ensure you have installed Fabric via:
launcher install <minecraft_version> --fabric <fabric_loader_version>
- Find Mod name which you want from Modrinth, the Mod name always in the end with URL such as
https://modrinth.com/mod/fabric-api
, thefabric-api
is Mod name. - Add a Mod: Run
launcher mod add <mod_name>
. - Remove a Mod: Run
launcher mod remove <mod_name>
- Update All Mod which in
config.toml
: Runlauncher mod update
- Sync All Mod which in
config.toml
: Runlauncher mod sync
- Install All Mod which in
config.lock
: Runlauncher mod install
- Clean All Mod which not in
config.toml
: Runlauncher mod clean
- Search related Mod: Run
launcher mod search <name>
To build MCLauncher from source, you'll need to have Rust's package manager, Cargo, installed. Once you have Cargo installed, execute cargo install --path .
within the project directory to build the launcher.
- Create and manage Minecraft directories with ease
- Set up configurations and update your Minecraft username
- Explore available versions of Minecraft and download them
- Install Fabric Loader using the launcher
- Access help and assistance commands for more information on using the launcher
- Build MCLauncher from source with Rust's package manager, Cargo
There are no known limitations or issues with this tool at this time. However, please note that this tool is still in beta and may not be suitable for all users.
We would love to have your help contributing to MCLauncher! Please report any issues or suggestions you have on our GitHub repository.