Elytra Optimizer
No reviews yet
A mod that aims to fix slow chunk generation while using elytra.
Enhances game performance and optimizes resource usage.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Why Elytra Optimizer?
Large multiplayer servers often stall when several players fly with elytra. Those stutters are the server choking on sudden chunk requests. Elytra Optimizer is a conservative Fabric server mod that smooths those bursts without changing gameplay.
How it works
- Detects players in elytra flight with a safe speed threshold.
- Predicts chunks ahead using an adaptive cone (45° when turning, narrows to 5° during straight flight—up to 80% fewer chunks loaded on long journeys).
- Issues short-lived chunk tickets so those chunks load gradually instead of all at once.
- Automatically throttles predictions when MSPT exceeds 40ms, disables entirely above 50ms.
- Pauses when memory usage exceeds 75% to prevent out-of-memory issues.
- Auto-enables "Lite mode" on servers with less than 2GB RAM (reduced cone, fewer chunks, lower limits).
- Skips chunks that are already loaded—no wasted work.
- Falls back to vanilla instantly if anything misbehaves.
Compatibility
Plays nicely with the Fabric optimization stack: C2ME, Lithium, Starlight, FerriteCore, Krypton, ModernFix, Noisium. Detects and supports modded flight from Origins, Create, Colytra, Trinkets, Curios, and Caelus API.
Commands
/eo stats— TPS, memory, flying players, active tickets at a glance. Shows active modes (Lite, Conservative) and warns when resources are low./eo toggle— disable without restart when things get busy./eo debug— per-player flight details: straight-flight distance, current cone angle, ticket count./eo reload— re-detect installed mods after changes.
Technical details
Uses primitive collections (fastutil), pre-computed trig tables, squared distance comparisons, and thread-local buffers. Targets under 50 microseconds per player per tick with zero GC pressure. Tickets expire after 5 seconds; stale tickets are cleaned up immediately on direction changes.
Dependencies
- Fabric API
All logic runs server-side (works in singleplayer too because it's just an integrated server). Players don't need the mod installed. Minimal config, fewer lag spikes when everyone takes to the skies.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources