Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 days ago
All versions
1.0.0-beta.2
Beta
Elytra Slot 1.0.0-beta.22 months ago 26
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
- Dedicated Elytra & Firework Slots: Separate slots in the survival inventory, keeping your chestplate slot free.
- Double Model Rendering: Wear chestplate and elytra simultaneously. Model clipping (duplicate strap texture) is resolved automatically.
- Flight & Glide Controls:
- Spacebar Boost: Hold space while gliding to automatically consume fireworks and boost velocity.
- Sneaking Cancel: Press Shift to cancel glide immediately with exact physical synchronization.
- Durability HUD & Warning SFX:
- Displays current elytra durability percentage and firework rocket count near the hotbar.
- Plays alert sound effects and displays action bar messages when durability falls below 5%.
- Visual Drag-and-Drop Config Screen:
- Open from Mod List -> Config.
- Drag and drop slot positions (anywhere on the screen!) and HUD positions.
- Includes arrow-key fine-tuning and a default reset button.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Jkfa0E9i:8Aqpvq9R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jkfa0E9i:8Aqpvq9R"
}

