Utility Nexus QoL (1.1.2)
Curse Maven Snippet
What's new
v1.1.2 - Fix: client crash on main menu (RealmsNotificationsScreen cast)
Bugfix release. Fixes a client crash that could happen on the title screen / main menu, unrelated to any pack content — a casting bug in this mod's own overlay code.
Fixed
- Recipe Conflict Selector crash on non-container screens: the client-side
overlay listened to every screen's
Init/Render/MouseButtonPressedevents and cast the screen straight toAbstractContainerScreen<?>without checking its type first. When Minecraft's own Realms notification popup (RealmsNotificationsScreen) initialized as a child of the title screen, the cast threw aClassCastExceptionand crashed the client right on the main menu. The listeners now check the screen type first and simply ignore any screen that isn't a container screen.
Notes
./gradlew clean build is green. No feature or behaviour change —
this only fixes a startup crash.
JAR: utility_nexus_qol-1.21.1-neoforge-21.1.249-1.1.2.jar
Tag: 1.21.1-neoforge-1.1.2
This mod has no additional files

