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
- Host: GitHub
- URL: https://github.com/jafkc2/minelander
- Owner: jafkc2
- License: gpl-3.0
- Created: 2023-11-11T21:57:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T22:32:26.000Z (over 1 year ago)
- Last Synced: 2025-04-20T22:32:39.545Z (11 months ago)
- Topics: iced, iced-rs, launcher, minecraft, minecraft-launcher, rust
- Language: Rust
- Homepage:
- Size: 566 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.

### 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/).