Create: Optimization
Welcome to my first truly useful modification project! Create: Optimization deals with "optimizing" some of the most resource-intensive elements of the Create mod. Why do I use quotation marks around the word "optimizes"? I'll be honest — I was too lazy to spend time on real optimization, so I simply reduced the processing frequency of some components.
Main Features
- "Optimized" funnels, chutes, and water wheels
- Due to implementation specifics, funnels and chutes now work 5 times slower, unfortunately
Why These Specific Elements?
Large water wheels somehow perform 12 block updates per tick for each wheel. If you have 100 such wheels installed, this leads to 24 thousand block updates per second! In my solution, they now perform 12 updates every 60 ticks (3 seconds), which reduces the load from 24 thousand to just 400 updates per second!
As for funnels and chutes — I've repeatedly received complaints about serious lags related to these elements. Although the exact reason is unknown to me, I simply reduced their processing speed to 1/5 of the original to avoid performance issues.
Creation Story
The motivation for creating this mod was the situation on my friend's server, which experienced serious lags even with 16 gigabytes of RAM.
Frequently Asked Questions
When will the version for Forge/NeoForge/Quilt be released? Never.