Judgement Day

Turns your Minecraft world into a decaying, apocalyptic wasteland that evolves every day.

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

Forge

implementation fg.deobf("curse.maven:judgement-day-1370871:7142624")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 ServerLevel for generator replacement.
  • Internal utilities and helpers were refactored for cleaner initialization.