You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
๐๏ธ Draggable Sliders: Replaced the old distance click-cards with smooth, draggable sliders in the config menu.
๐ Sodium Slider Integration: Added the "LOD Density" slider option natively inside the Sodium settings page.
๐จ Custom Glassmorphic UI: Redesigned the config menu screen with a premium dark theme, animated culling shape previews, glowing green neon borders, and rich tooltips.
๐ Better Translations: Added full localization support for 13 languages.
๐ Bug Fixes
๐ง Fixed Startup Crash: Fixed a game crash on startup if Vanillin mod was not installed.
โก Concurrency Protection: Fixed rare background crashes when loading/unloading chunks.
๐ Voxel Grid Flickering Fix: Fixed block rendering flickering issues when moving fast by using atomic swaps.
๐ LOD Block Outline Fix: Fixed block outline wireframes showing up on invisible plant spaces where blocks were culled.
๐งน Cache Section Fix: Fixed cached section states being deleted too early under background thread latency.
๐ Math.abs Random Bug: Fixed a math overflow bug in the LOD generator causing uneven plant density distribution.
โก Performance Optimizations
๐ฆ Memory Double-Buffering: Reuses voxel grid memory arrays instead of allocating 2MB buffers repeatedly, saving RAM and avoiding GC micro-stutters.
โ๏ธ Fast-Path Plant Check: Replaced slow registries checks with quick direct Java class checks for 99% of plant lookups.
๐ฎ UI Optimization: Cached visual glow animation math so it runs once per frame instead of calculating per option card.
โ๏ธ Debounced Reload: Consecutive config changes now trigger exactly one world redraw instead of reloading the world multiple times.