Utility Nexus Fixes

Utility Nexus Fixes patches crash-causing version mismatches between third-party NeoForge mods — starting with the Iris/Sodium SodiumGameOptions→SodiumOptions rename crash — so packs don't need manual version pinning.
Back to Files

Utility Nexus Fixes (0.0.0-beta.3)

File nameutility_nexus_fixes-1.21.1-neoforge-21.1.249-0.0.0-beta.3.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Sep 2, 2026
Downloads
11
Size
1.1 MB
Mod Loaders
NeoForge
File ID
8793320
Type
B
Beta
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:utility-nexus-fixes-1678000:8793320"

Learn more about Curse Maven

What's new

v0.0.0-beta.3 - Nether return-portal fix

Adds a fix for Nether portals sending you back through the wrong portal on the return trip. Ported from Utility Core Fixes (NeoForge 26.2).

Added

  • Nether return-portal fix: vanilla always routes you to the closest existing portal at the scaled destination coordinates, so two Overworld portals near the same Nether coordinates can swap on you. The fix remembers, per entity, which exit portal was paired with the portal you entered on the way out, and forces that same portal on the way back — as long as it is still a valid portal block. If the remembered portal is gone, it falls back to vanilla behaviour.

Configuration

File: config/utility_nexus/fixes/config.toml

  • fixes.enableNetherReturnPortalFix — default true. Set to false to restore vanilla portal routing.
The origin→exit portal mapping is kept in memory only, so it resets when the server or world is reloaded. All patches remain no-ops when the thing they target is absent; nothing is bundled and nothing is a hard dependency.

This mod has no additional files