prismlauncher

prismlauncher 11.0.2

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 (26)
x86_64-darwinarmv7a-linuxmicroblaze-linuxmicroblazeel-linuxpowerpc64le-linuxsh4-linuxriscv64-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