FizzleSMP

Install Guide

Get FizzleSMP running in minutes.

CurseForge Launcher

The CurseForge launcher is the recommended way to install FizzleSMP.

  1. 1 Download the latest FizzleSMP-client-X.Y.Z.zip from the latest GitHub release.
  2. 2 Open the CurseForge App. Go to MinecraftCreate Custom ProfileImport.
  3. 3 Select the downloaded .zip file. The launcher downloads all mods automatically.
  4. 4 Click Play. Connect to the server when the game launches.

The CurseForge launcher handles mod downloads, Java version, and memory allocation for you.

Modrinth Launcher

If you prefer Modrinth, grab the .mrpack file instead.

  1. 1 Download the latest FizzleSMP-client-X.Y.Z.mrpack from the latest GitHub release.
  2. 2 Open the Modrinth App. Click the + button → From file.
  3. 3 Select the .mrpack file. Mods download automatically.
  4. 4 Click Play and connect.

Prism Launcher / MultiMC

Prism Launcher and MultiMC support both .mrpack and CurseForge .zip imports.

  1. 1 Download either the .zip or .mrpack from the latest release.
  2. 2 In the launcher, go to Add InstanceImport from zip.
  3. 3 Select the file, let it download, then launch.

Recommended settings

Memory

Allocate 6–8 GB of RAM. Less than 4 GB will cause out-of-memory crashes with this many mods.

Java

Use Java 21 (Temurin recommended). Most launchers handle this automatically.

Shaders

Iris is included. Drop a shader pack into shaderpacks/Complementary is recommended.

Updating

When a new version is released, download the new .zip or .mrpack and import it as a new profile. Your worlds and configs are stored per-instance, so they won't be affected. Check the release notes for any migration notes.

Server operators

The server pack updates in place via server-install.sh — no wipe-and-recreate. See the server deployment guide for the full operator walkthrough.

Install or update the server to the latest release:

./server-install.sh
./server-install.sh v1.5.0    # pin to a specific version
./server-install.sh master    # install unreleased master (testing only)