Skip to content

v1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Sep 08:36
111bd88

MultiForge v1.5.1 — GPL-3.0-only.

Downloads:

  • Fresh installer JAR: multiforge-*-installer.jar
    (stable alias: multiforge-installer.jar)
    Run with java -jar multiforge-installer.jar --installServer <dir>
    standard NeoForge installer CLI. See docs/install.md § Method 1.
  • Drop-in replacement ZIP: multiforge-*-replacement.zip
    (stable alias: multiforge-replacement.zip)
    Unzip into an existing NeoForge 1.21.1 server directory and run
    ./install-multiforge.sh (Windows: install-multiforge.bat) to
    convert it in place — world, mods and configs untouched. See
    docs/install.md § Method 2.
  • Runtime library (for mod authors): multiforge-runtime-*.jar
  • Client debug mod: multiforge-client-*.jar
    (stable alias: multiforge-client.jar)
    Optional — drop into your Minecraft client's mods/ folder
    for the F3 overlay, chunk-border renderer, MSPT heatmap, and
    region-pin selection. Stays inert if the server doesn't
    advertise multiforge:debug/v1.
  • Pelican Panel / Pterodactyl egg: pelican-egg.json
    (import via panel: Nests → Import Egg — see
    docs/install.md § Method 3)

See CHANGELOG.md for what changed.

What's Changed

  • v1.5.1 — a MultiForge server refused to load every mod by @0xnullsect0r in #41

Full Changelog: v1.5.0...v1.5.1