All versions
2.4_mc1.21.9-10
Release
Elytra Physics 2.410 months ago 35.8K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Changes
2.4 : The Config Update
I was originally going to release the 1.21.9 / 10 builds of the mod earlier, but I got carried away and decided to revamp the config system as well.
Config Enhancements
- added a few new options to the config.
- added in-game config UI.
Changelog:
- Elytra (and cape) gravity now scales with the players gravity attribute. (can be disabled in config)
- Added enabled toggle to config.
- Added gravity multiplier option to config.
- Added elytra lean and spread multiplier options to config.
- Fixed the Minecraft bug where capes (and elytras with this mod) will snap back to default position and high speeds (MC-111418). This fix is also toggleable.
- Added config UI for both Fabric and NeoForge. (ModMenu is required to access on Fabric)
- Updated to MC 1.21.9 & 10.
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:jfvCMH0K:AlPzxpWr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jfvCMH0K:AlPzxpWr"
}

