Skip to content

Commit 65e4e2d

Browse files
committed
bump to 0.4.0
1 parent ad0d23d commit 65e4e2d

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,42 @@ You can obtain Celeritas from this AutoBuild repository maintained by kappa-main
1515
Celeritas Extra is a comprehensive unofficial backport of Sodium Extra/Embeddium Extra, specifically targeting Celeritas
1616
1.12.2, along with several additional features.
1717

18+
## Features
19+
20+
### Animation Control
21+
- Toggle all animations globally, or individually control water, lava, fire, portal, and block animations
22+
23+
### Particle Control
24+
- Global particle toggle with individual controls for rain splash, block break, and block breaking particles
25+
- Dynamic per-class particle control — automatically discovers all particle classes (including mod particles) via ASM scanning and allows toggling each one individually
26+
27+
### Detail Settings
28+
- Toggle sky, stars, sun/moon, rain/snow rendering, and biome colors
29+
30+
### Render Settings
31+
- Fog control (toggle, start distance, render distance, fog type)
32+
- Cloud toggle and height adjustment
33+
- Light update toggle
34+
- Toggle rendering of item frames, armor stands, paintings, pistons, beacons, enchanting table books
35+
- Beacon beam height limiting
36+
- Player and item frame name tag toggles
37+
- Shader prevention
38+
39+
### Extra Settings
40+
- FPS overlay with 1% low and 0.1% low percentile metrics (industry-standard frame timing analysis)
41+
- Coordinates overlay with configurable corner position and text contrast (None / Background / Shadow)
42+
- Steady Debug HUD with configurable refresh interval
43+
- Reduced motion option
44+
- Hide HEI item list until searching (optional, only available when HEI is installed)
45+
46+
### Window Settings (Celeritas GUI integration)
47+
- Screen Mode selector (Windowed / Borderless / Fullscreen) — replaces vanilla fullscreen toggle
48+
- Adaptive VSync (Off / On / Adaptive) — replaces vanilla VSync toggle
49+
- macOS Retina Framebuffer toggle (grayed out on non-macOS)
50+
51+
### Profiler
52+
- Entity and tile entity render profiler sections for performance analysis
53+
1854
## Requirements
1955

2056
* **CleanroomLoader**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enable_lwjglx = true
1919

2020
# Mod Information
2121
# HIGHLY RECOMMEND complying with SemVer for mod_version: https://semver.org/
22-
mod_version = 0.3.2
22+
mod_version = 0.4.0
2323
root_package = jp.s12kuma01
2424
mod_id = celeritasextra
2525
mod_name = Celeritas Extra

0 commit comments

Comments
 (0)