All versions
1.5.7+forge.mc1.21.11
Release
Forge: Minecraft 1.21.11 - Attuned 1.5.7+forge.mc1.21.112 months ago 4
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Forge
Supported environments
Client and server
Changes
Attuned 1.5.7+forge.mc1.21.11 - Forge Updraft Flight Patch
Fixed
- Updraft Focus flight gating - boost and brake input now only apply while the wearer is already in elytra flight, so normal on-foot jumps no longer force the flight stance.
- Server-side control cleanup - stale Updraft controls are cleared when the wearer is not fall-flying, and fall-damage mitigation is tied to active elytra flight instead of any recent jump input.
Changed
- Forge release metadata - Modrinth and CurseForge uploads use Forge: Minecraft 1.21.11 - Attuned 1.5.7+forge.mc1.21.11 as the public display name, and CurseForge no longer declares Fabric API for Forge files.
Verification
- .\gradlew.bat test --tests dev.attuned.content.UpdraftFocusContractTest --no-daemon
- .\gradlew.bat build --no-daemon
- python tools\publish_curseforge.py --dry-run
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:uWIfpwDL:e1IdDbCU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uWIfpwDL:e1IdDbCU"
}

