An open API service indexing awesome lists of open source software.

https://github.com/jafkc2/minelander

Simple and intuitive Minecraft launcher written in Rust
https://github.com/jafkc2/minelander

iced iced-rs launcher minecraft minecraft-launcher rust

Last synced: 10 months ago
JSON representation

Simple and intuitive Minecraft launcher written in Rust

Awesome Lists containing this project

README

          

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.

### Features
* Simple and intuitive GUI.
* Microsoft login.
* 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](https://github.com/user-attachments/assets/1631065a-b5da-41ea-8014-b68b91ad8493)

### Installation
###### Build method
Requires Git and Rust to be installed. Type the following commands:

```bash
git clone https://github.com/jafkc2/minelander.git
```
```bash
cd minelander
```
```bash
cargo build --release
```
The executable will appear inside **target/release**.

###### Release method
Download from [releases](https://github.com/Jafkc2/minelander/releases).

### Mods
For mods, you can choose between [Fabric](https://fabricmc.net/) or [Forge](https://files.minecraftforge.net/net/minecraftforge/forge/). Download mods from [Mondrith](https://modrinth.com/mods) 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](https://files.minecraftforge.net/net/minecraftforge/forge/).