Utility Core Fixes (2.5.1)
Curse Maven Snippet
What's new
v2.5.1 - Crash Fix
Fix
- Crash when crossing Nether portals:
ModAttachments.ATTACHMENT_TYPES(thereturn_portal_dataattachment storing return portal mappings) was created but never registered on the mod event bus. The attachment type remained "unbound" and theMixinNetherReturnPortalFixthrewNullPointerException: Trying to access unbound value: ResourceKey[neoforge:attachment_types / utility_core_fixes:return_portal_data]when attempting to access portal data. NowModAttachments.ATTACHMENT_TYPES.register(modEventBus)is called inUtilityCoreFixesconstructor. - JAR name with loader version: artifact now builds as
utility_core_fixes-26.2-neoforge-26.2.0.57-2.5.1.jar.
JAR: utility_core_fixes-26.2-neoforge-26.2.0.57-2.5.1.jar
Tag: 26.2-neoforge-fixes-2.5.1
This mod has no additional files

