Skip to content

Simple and intuitive Minecraft launcher written in Rust

License

Notifications You must be signed in to change notification settings

jafkc2/minelander

Repository files navigation

continuation of https://github.com/JafKC/siglauncher, as I lost my old account

Minelander

This is Minelander, a Minecraft launcher made with Rust and the Iced GUI library. The launcher is compatible with Vanilla, Fabric, and Forge, and is designed to run on both Windows and Linux.

Note: For now the launcher only works in offline mode.

Features

  • Simple and intuitive GUI.
  • Version installer.
  • Compatibility: works with any vanilla release, Fabric and Forge.
  • Instance system: useful for modpacks and for those who play in multiple versions.
  • Game performance: optimized Java flags.
  • Works in offline mode.
  • No need to install Java, the launcher provides both Java 8 and Java 17.

image

Installation

Build method

Requires Git and Rust to be installed. Type the following commands:

git clone https://github.com/jafkc2/minelander.git
cd minelander
cargo build --release

The executable will appear inside target/release.

Release method

Download from releases.

Mods

For mods, you can choose between Fabric or Forge. Download mods from Mondrith and paste them into the mods folder within your Minecraft directory.

You can download Fabric versions from the launcher. If you want to use Forge then download it from here.