promotional bannermobile promotional banner

Celeritas Extra

A fork of Embeddium Extra for Celeritas 1.12.2

File Details

celeritasextra-0.3.0.jar

  • A
  • Mar 14, 2026
  • 96.79 KB
  • 29
  • 1.12.2
  • Forge

File Name

celeritasextra-0.3.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:celeritas-extra-1451214:7754162")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Here's the English version:


Changelog - v0.3.0

New Features

  • Replaced the old ID-based static particle filter with a runtime class-based filter that auto-detects particle classes. Particles can now be individually toggled via a settings UI grouped by mod.

Bug Fixes

  • Fixed an issue where the screen would turn white when disabling the fog toggle.

Refactoring

  • Unified config read/write (loadFromConfig / writeChanges) using BooleanProperty / IntProperty, eliminating duplicate management.
  • Extracted GUI option page boilerplate into booleanOption / sliderOption helpers.
  • Replaced biome color magic numbers with named constants (DEFAULT_GRASS_COLOR, etc.).
  • Extracted duplicated logic from Profiler Mixins into a shared ProfilerHelper class.
  • Renamed the ambiguous MixinEntityRenderer to MixinEntityRendererWeather / MixinEntityRendererPreventShaders.
  • Consolidated hardcoded MOD_ID, MOD_NAME, and VERSION into a Reference class.

Build / Internal

  • Migrated to the latest version of CleanroomModTemplate-mixin.
  • Pinned CLR to 0.3.35-alpha.