# Minecraft

[![Screenshot of Minecraft](https://wiki.sebin-nyshkim.net/uploads/images/gallery/2026-03/scaled-1680-/minecraft.png)](https://wiki.sebin-nyshkim.net/uploads/images/gallery/2026-03/minecraft.png)

Minecraft is a sandbox game originally released by Mojang. It lets players explore, build, and survive in a procedurally generated world made up of blocks. The game is open ended with no set goals. It can be played in single player or enjoyed with friends in online multiplayer mode.

The most straightforward way to install Minecraft is to use the official launcher from the AUR:

~~~bash
yay -S minecraft-launcher
~~~

You will need a Microsoft Account to log into the launcher. Game updates will be handled automatically throught the launcher.

## Modding

A vibrant community has formed around Minecraft, developing mods and enhancements for the game. However, installing these mods manually can sometimes be a tedious process. That’s why there are special launchers designed to greatly simplify this process.

![Screenshot of Prism Launcher](https://wiki.sebin-nyshkim.net/uploads/images/gallery/2026-03/scaled-1680-/prismlauncher.png)

One of these is *Prism Launcher.* It has native integration with Modrinth and CurseForge to install and keep individual mods or entire modpacks up to date alongside the game itself. *Prism Launcher* also allows you to run multiple instances of Minecraft simultaneously, for example, to use different modpacks at the same time for online multiplayer servers that require this.

*Prism Launcher* is available from the repositories:

~~~bash
sudo pacman -S prismlauncher
~~~

<div class="callout warning">
  <p><strong>WARNING:</strong> There have been <a href="https://prismlauncher.org/news/cf-compromised-alert/" target="_blank">malware reports</a> in the past involving certain mods and modpacks. The Flatpak version of <em>Prism Launcher</em> can prevent some (but not all) malware exploits through the Flatpak sandbox:</p>
  <pre><code>flatpak install org.prismlauncher.PrismLauncher</code></pre>
</div>

Click "Add Instance" in the toolbar to get started. Choose a vanilla version of Minecraft or install a pre-defined modpack from the mod provider of your choice. Instances can be further customized after installation.

![Screenshot of Modlist of a Minecraft Instance](https://wiki.sebin-nyshkim.net/uploads/images/gallery/2026-03/scaled-1680-/prismlauncher-instance.png)

In the edit window of an instance you can add mods, resource and shader packs, pre-populate the server list, manage screenshots and override global settings, such as game configuration, Java runtime and other advanced settings.