All versions
1.2.0
Release
Feathers Actions 1.2.0last month 46
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Weakness III + Mining Fatigue I now correctly apply on a melee hit even when armor blocks the stamina spend outright — previously it only triggered when a hit successfully drained you to exactly 0, which never happened while armor was denying the spend
- Mining Fatigue III now applies the full 10-second pulse when armor blocks a mining spend, instead of a much shorter pulse that could leave gaps with no fatigue at all while continuously mining
- Elytra gliding now catches an armor-blocked spend within the same second flight starts, instead of taking several seconds to notice — you'll actually get grounded now instead of flying through it
- Charging a Bow/Crossbow/Trident now catches an armor-blocked spend on the very first tick of the draw, instead of potentially never noticing before you release the shot
- Slowness I no longer re-applies every single tick while stuck at 0 stamina — for a player whose armor permanently caps their max feathers at 0, this used to mean Slowness never lifted as long as the armor stayed on. It now fires once when you actually become exhausted, and again the next time that happens after recovering.
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:IQdHTReZ:SD1zpOdm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IQdHTReZ:SD1zpOdm"
}

