Skip to content

KalmeMarq/minicraft-launcher

Repository files navigation

Minicraft Launcher

The old ones are on KalmeMarq/minicraft-launcher-tauri and KalmeMarq/minicraft-launcher-electron and this new version starts from 0.1.0 again and uses the same identifier, so uninstall the older one.

A launcher for all Minicraft derived versions and mods. Includes +200 version mods and versions like Unitycraft.

The launcher content can be found at KalmeMarq/minicraft-launcher-content

The UI is based on the Minecraft Launcher (it's pretty)

about

About Minicraft

Play Minicraft

"Minicraft was created by Markus "Notch" Persson, the creator of Minecraft, on December 19th, 2011. It was part of the 22nd Ludum Dare competition."

Minicraft+ Discord

Minicraft+ Wiki

Translations

Translations are available in https://crowdin.com/project/minicraft-launcher. Feel free to contribute.

Themes

The launcher allows you to choose themes. There's the built-in Dark and Light themes but you can also customize. To add an custom theme you create a theme file in the themes folder.

custom theme

Theme file

{
  type: 'dark' | 'light'
  name: string
  styles: { [key: string]: string }
}