Utility Nexus Fixes (0.0.0-beta.3)
Curse Maven Snippet
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— defaulttrue. Set tofalseto 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