Mod Description
This mod is designed to eliminate severe frame drops and stuttering caused by large numbers of Sophisticated Storage chests in a single area.
Optimizations implemented:
- Switched chest rendering from dynamic BER (BlockEntityRenderer) to static BakedModel rendering, eliminating redundant per-frame processing.
- Pre-bakes chest geometry (bottom / lid / lock) into static quads and caches model results for identical appearances to avoid redundant computations.
- Disables the lid animation tick, significantly reducing client-side tick overhead when thousands of chests are present simultaneously.
Performance Benchmark:
Test Setup: i5-12490F + RX580
In real-world testing, this mod delivers over 600%
Before optimization: 72 FPS

After optimization: 445 FPS



