
Elytra Tuning
A lightweight mod that adds configuration options to limit elytra flight speed and change firework boost strength and duration.
- Загрузки
- 3K
- Подписчики
- 6
- Обновлён
- 4 августа 2026 г.
- Лицензия
- LGPL-3.0-or-later
Опубликован 22 ноября 2025 г.
A lightweight mod that adds configuration options to limit elytra flight speed and change firework boost strength and duration.
Works in both singleplayer and multiplayer, with an optional client-side mod that offers additional improvements for players.
Ideal for multiplayer servers that want to nerf elytra rushing, reduce chunk-loading lag, or buff late-game travel.
Why Use This Mod?
- Configurable Speed Limits: Limit either horizontal flight speed or total three-dimensional velocity.
- Firework Tuning: Adjust both the strength and duration of firework boosts.
- Impenetrable: The server syncs the velocity changes to each player, ensuring all experience the same limits or buffs.
- Compatible: Handles normal flight, firework boosting, riptide launches, and modded flight setups such as Do a Barrel Roll.
How It Works
Minecraft calculates elytra flight server-side, while the client predicts motion locally. To apply the configured speed limits and firework tuning:
- Server Side: Enforces the configured speed limits and adjusts firework boost strength and duration.
- Client Side (optional): Mirrors these settings locally to keep flight prediction consistent.
Note: Without the mod on the client, players might experience visual stutter or lag back because their local speed and firework prediction can differ from the server.
Configuration
A config file is created at:
./config/elytra-tuning.json
Default contents:
{
"speed": {
"max": 60.0,
"calculation": "HORIZONTAL"
},
"rocket": {
"strength": 1.0,
"duration": 1.0
}
}
speedmax: Maximum allowed elytra speed in blocks per second.calculation:HORIZONTALmeasuresX/Zmovement;ABSOLUTEmeasures totalX/Y/Zvelocity.
rocketstrength:0.0disables acceleration,1.0is vanilla strength, and higher values add stronger forward acceleration.duration:1.0is vanilla duration,0.5halves it, and2.0doubles it.
- Set
speedorrockettonullto not apply any tuning. - After editing, restart the server/game to apply changes.
Showcase
Speed Limiting
Configuration
{
"speed": {
"max": 10.0,
"calculation": "HORIZONTAL"
},
"rocket": null
}
Rocket Boosting: Measured in-game speed is 9.90 blocks per second.
Riptide Trident: Measured in-game speed is 9.99 blocks per second.
Firework Tuning
Configuration
{
"speed": null,
"rocket": {
"strength": 8.0,
"duration": 2.0
}
}
Rocket Boosting: Measured in-game speed is 60.65 blocks per second.
Contributing & Issues
I warmly welcome:
- Bug reports
- Feature requests
- Pull requests
Please open issues or PRs on GitHub.
License
This project is licensed under the LGPLv3 License. See LICENSE for details.
Ченджлог
0.3.0+26.1-neoforgeРелиз26.1.1, 26.1.2, 26.2 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
0.3.0+26.1-fabricРелиз26.1.1, 26.1.2, 26.2 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
0.3.0+1.21.11-neoforgeРелиз1.21.11 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
0.3.0+1.21.11-fabricРелиз1.21.11 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
0.3.0+1.21.10-neoforgeРелиз1.21.9, 1.21.10 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
0.3.0+1.21.10-fabricРелиз1.21.9, 1.21.10 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
0.3.0+1.21.1-neoforgeРелиз1.21.1 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
0.3.0+1.21.1-fabricРелиз1.21.1 · 4 августа 2026 г.
✨ Major Improvements: Rebranded the mod to Elytra Tuning, added configurable firework behavior and speed calculation modes, and introduced Fabric and NeoForge support.
Details:
- Elytra Tuning: Renamed the mod, ID, package, metadata, and configuration file.
- Flight Configuration: Added horizontal or absolute speed limiting alongside configurable firework strength and duration.
- Optional Tuning: Speed limiting and firework tuning can be disabled independently by setting them to
null. - Multiloader Support: Migrated to a shared architecture supporting Fabric and NeoForge.
- Reliability: Added strict configuration validation and improved velocity synchronization.
- Documentation: Updated the configuration guide and added new showcases.
Комментарии
Загружаем…


