File Details
Raised 5.1.1 (NeoForge 1.21.11)
- R
- Dec 14, 2025
- 88.41 KB
- 68
- 1.21.11
- NeoForge
File Name
raised-neoforge-1.21.11-5.1.1.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
- Fixed NeoForge event bus not being defined crashing 1.21.2 through 1.21.5.
- Fixed overlays not moving in certain cases on Forge 50-58 through conditional mixin translations that run when ForgeLayeredDraw does not exist (as it was not fully backported and to support older Forge versions).
- Fixed config being overwritten due to loading on mod event bus instead of on mod construction as it did before in (Neo)Forge.
- Changed layer validation to run on config screen init to prevent late loading mod registration resetting sync value.
- Changed layer validation to only validate currently registered layers instead of config layers.
- Removed no longer needed ClientStartedEvent from Fabric 1.16.

