Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 months ago
All versions
4.6.2
Release
Superenchants 4.6.23 months ago 6,104
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Folia
Paper
Purpur
Changes
- Feature: Per-action
excludelist — any action can now declareexclude: [sneaking, sprinting, ...]to skip execution when the player is in that state. Supported states:sneaking,sprinting,swimming,flying,gliding. - Feature: New
durabilityaction type — damages a configurable equipment slot's item by a scalable amount, respecting Unbreaking. - Feature (Excavator): Multi-break and durability drain are now skipped when the player is sneaking.
- Bug fix:
NoSuchFieldError: MAX_HEALTHon 1.21.1 servers — attribute lookups inPassiveListenerandHealthStealActionnow use the registry-based resolver that works across 1.21.1 and 1.21.2+. - Bug fix: Permanent attribute effects (e.g. Lightweight speed boost persisting after removing the item) — attribute cleanup now runs correctly on servers that previously crashed at the
MAX_HEALTHfield reference. - Bug fix: Attribute modifiers are now removed immediately when armor is changed, via a new
PlayerArmorChangeEventhandler, rather than waiting for the next passive tick.
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:npfwqUFV:gXfQx3Zd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:npfwqUFV:gXfQx3Zd"
}

