prismlauncher

prismlauncher 11.1.0

Free, open source launcher for Minecraft

<rendered-html><p>Allows you to have multiple, separate instances of Minecraft (each with their own mods, texture packs, saves, etc) and helps you manage them and their associated options with a simple interface.</p> </rendered-html>

https://prismlauncher.org/
GNU General Public License v3.0 only
main program: prismlauncherprograms: prismlauncher
Platforms (25)
armv5tel-linuxarmv6l-linuxmipsel-linuxriscv32-linuxs390x-linuxaarch64-darwinpowerpc64le-linuxmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  prismlauncher
];
Ad-hoc shell
nix-shell -p prismlauncher
Flake (nix run)
nix run nixpkgs#prismlauncher