promotional bannermobile promotional banner

Enhanced Celestials Tweaks

Adds config options for the Enhanced Celestials mod.

File Details

enhancedcelestialstweaks-1.1.0.jar

  • R
  • Jun 6, 2026
  • 90.37 KB
  • 421
  • 1.20.1
  • Forge

File Name

enhancedcelestialstweaks-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:enhanced-celestials-tweaks-1535760:8208134")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Forge 1.20.1 v1.1.0

 

Added:

Split COMMON config into a new enhancedcelestialstweaks-client.toml. All client configs are now present in this file.

Removed:

disableEcCommandsForNonOps Config. Unecessary.

Fixes:

Fixed day_length=0 divide-by-zero crash. Gate is now >= 1.

Fixed speeding up night length not working. Also made fractions work.

Fixed reflectionFailed latching permanently on any transient error which killed all runtime tweaks. Now it only latches on a real shape mismatch.

Fixed events_visual_only not being visual-only. All six handlers now early-return when on.

Fixed notification text passing as a translation key. % is now escaped (%%)

Fixed rare_drop_multiplier duping non-stackable gear and ignoring ~98% of its range. Now it skips non-stackable items, respects the full multiplier and stack sizes.

Fixed getCurrentLunarEventPath re-resolving a reflective method every call. It is now cached.

spawn_additions now merges with the event's spawn list instead of replacing it.

mob_spawn_multiplier is now a layered global multiplier.

monster_spawn_light_level uses combined block+sky light and re-checks spawn obstruction.

forcedDespawnPass skips its full entity scan unless an event actually uses forced despawn.

Fog parseHex handles 8-digit/3-digit hex and fog 0.0 can't divide-by-zero.

Sleep-message reflection memoized. It re-applies on language/resource reload.

Stale soundtrack on world-switch fixed via LoggingOut + isActive liveness.

Spurious-fade fix gated to non-transition syncs.