File Details
judgementday-1.0.0.jar
- R
- Oct 23, 2025
- 64.43 KB
- 24
- 1.20.1
- Forge
File Name
judgementday-1.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Major Changes
- Removed all deprecated systems to ensure cleaner, forward-compatible codebase.
- Replaced reflection-based chunk loader override with a Mixin-based implementation,
- Introduced a new logging system for better debugging and clearer runtime feedback.
improving:
- Consistency across environments (dev → production)
- Compatibility with other mods
- Runtime safety and maintainability
Technical Notes
- All reflection calls related to the chunk map and generator were removed.
- The Mixin system now hooks directly into
ServerLevelfor generator replacement. - Internal utilities and helpers were refactored for cleaner initialization.