File Details
Cullify-1.3.1+mc1.21.1.jar
- R
- Jul 4, 2026
- 7.63 MB
- 28
- 1.21.1
- NeoForge
File Name
cullify-1.3.1+mc1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[1.3.1+mc1.21.1] - 2026-07-03
โ Added / New Features
- ๐๏ธ 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.