Skip to content

v1.3.14

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:43
· 27 commits to main since this release
6f21a6f

MultiForge v1.3.14 — 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
  • 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

  • docs: client-mod-guide + multiforge-command in-depth references by @0xnullsect0r in #32
  • feat(v1.3.14): wire server side of multiforge:debug/v1 channel by @0xnullsect0r in #33

Full Changelog: v1.3.13...v1.3.14