Max Elytra Fly Speed — Minecraft 26.3 Edition
Welcome to the dedicated documentation for Max Elytra Fly Speed on Minecraft 26.3. This edition is built for Java 25 using Fabric Loom 1.15+, Fabric Loader 0.19.3+, and DasikLibrary 1.8.24.
⚡ Quick Start & Key Metrics
Max Elytra Fly Speed unchains Elytra flight physics, replacing vanilla hard speed clamps with configurable dynamic drag floor scaling and two-tier vector convergence rocket propulsion:
| Metric / Property | Default Value | Configurable Range | Controlling GameRule |
|---|---|---|---|
| Max Flight Speed Ceiling | 50 Blocks/Sec ($2.5\text{ blocks/tick}$) | $1\text{ to }\infty\text{ BPS}$ | max-elytra-fly-speed:max_elytra_fly_speed |
| Initial Boost Speed Threshold | 30 Blocks/Sec ($1.5\text{ blocks/tick}$) | $1\text{ to }\infty\text{ BPS}$ | max-elytra-fly-speed:elytra_initial_boost_speed |
| High Speed Acceleration Rate | 15% per tick ($f = 0.15$) | $1%\text{ to }1000%\text{ per tick}$ | max-elytra-fly-speed:elytra_high_speed_acceleration |
| Vanilla Horizontal Drag Loss | $1.0%\text{ per tick}$ ($0.99\times$) | Scaled dynamically $\le 50\text{ BPS}$ | Scaled inversely with max speed |
| Vanilla Vertical Drag Loss | $2.0%\text{ per tick}$ ($0.98\times$) | Scaled dynamically $\le 50\text{ BPS}$ | Scaled inversely with max speed |
🧭 MC 26.3 Feature Breakdown
Explore the technical subsystems of the MC 26.3 edition:
- 🌀 Kinetic Physics & Aerodynamic Drag Floor Scaling
- Deep dive into inverse drag scaling math ($\text{speedRatio}$), dive acceleration retention, and fall-flying vector physics.
- 🚀 Two-Tier Firework Rocket Propulsion & Acceleration
- Step-by-step propulsion mechanics, snappy vanilla boost vs proportional vector difference convergence, and acceleration curves.
- ⚙️ Dynamic GameRules & Configuration
- In-game administration using standard
/gamerulecommands, permissions, and optional ModMenu / Cloth Config GUI setup.
- In-game administration using standard
- 🧩 Architecture, Bytecode Mixins & Performance Guardrails
- Bytecode mixin analysis (
LivingEntityMixin,FireworkRocketEntityMixin), $O(1)$ zero-allocation tick loops, and automated JUnit reality tests.
- Bytecode mixin analysis (
💻 Technical Matrix (MC 26.3)
- Mod Version:
1.0.19+26.3 - Minecraft Target:
26.3-snapshot-6(MC 26.3) - Java Release: Java 25 (
release = 25) - Fabric Loader:
>=0.19.3 - Fabric API:
0.156.1+26.3 - DasikLibrary:
>=1.8.24 - Release Artifact:
max-elytra-fly-speed-1.0.19+26.3.jar
