Prism Launcher
#
Prism Launcher is a custom launcher for Minecraft that allows you to
easily manage multiple installations of Minecraft at once.
Known issues
#
When the image starts, it thinks to be in fullscreen and the mouse pointer could be messy, to fix this open the terminal
and type exit to close it.
The issue is present only in the launcher once, when the game is in fullscreen mode everything is fine.
Controller support also works 100% with Controllify
, you’ll still need keyboard+mouse for first setup but after that
mouse mode on the controller is enough to start minecraft.
Default config
This is the default configuration block that will be used in Wolf, you can override it by editing the
config.toml
.
Click to expand
[[apps]]
title = 'Prism Launcher'
icon_png_path = "https://games-on-whales.github.io/wildlife/apps/prismlauncher/assets/icon.png"
[apps.runner]
type = 'docker'
name = 'WolfPrism'
image = 'ghcr.io/games-on-whales/prismlauncher:edge'
env = ['RUN_SWAY=true', 'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*']
devices = []
mounts = []
ports = []
base_create_json = """
{
"HostConfig": {
"IpcMode": "host",
"Privileged": false,
"CapAdd": ["NET_RAW", "MKNOD", "NET_ADMIN"],
"DeviceCgroupRules": ["c 13:* rmw", "c 244:* rmw"]
}
}
\
"""