Tags
Creators
Details
1.0.0
Compatibility
Changes
Elytra Feather Falling
Make Elytra compatible with Feather Falling and soften Elytra descent by scaling gravity (not by adding artificial upward boost).
What this mod does
- Lets Elytra accept the Feather Falling enchantment.
- While fall-flying, Feather Falling reduces effective downward gravity:
- Level I: 15%
- Level II: 30%
- Level III: 45%
- Level IV: 60%
- Keeps vanilla glide feel by modifying gravity input, not injecting upward velocity.
Compatibility
- Minecraft: 26.1 - 26.1.2
- Mod loader: Fabric Loader 0.19.x
- Dependencies: Fabric API
- Java: 25+
Installation (players)
- Install Fabric Loader for your Minecraft version.
- Install Fabric API.
- Put this mod
.jarin yourmodsfolder. - Start the game.
For multiplayer, install it on both server and client to keep motion behavior consistent.
How to use
- Enchant a book with Feather Falling (or otherwise obtain one).
- Combine the book with an Elytra in an anvil.
- Fly with Elytra: you should descend more slowly as Feather Falling level increases.
Notes
- No config file is required.
- Gravity scaling is skipped for spectator mode, creative flight, and while Slow Falling is active.
License
This project is licensed under the GNU Affero General Public License v3.0 only (AGPL-3.0-only).
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:me3vS2JX:QUHUuNvR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:me3vS2JX:QUHUuNvR"
}

