1.1.2
Compatibility
Changes
New Content
True Damage Enchantment
-
Applicable Items: Items tagged with
#qa_enchants:enchantable/true_damage(swords, axes, and bows by default) -
Max Level: 3
-
Obtaining Methods: Enchanting Table, Villager Trading, Loot
-
Enchantment Effect: When attacking, additional true damage equal to 「Total Damage of This Attack × Enchantment Level × 8%」 is dealt. This damage ignores armor, damage immunity, damage absorption (shield), resistance (damage reduction), and all other defensive effects.
Attack Speed Enchantment
-
Applicable Items: Items tagged with
#qa_enchants:enchantable/attack_speed(swords and axes by default) -
Max Level: 5
-
Obtaining Methods: Enchanting Table, Villager Trading, Loot
-
Enchantment Effect: When held in the main hand, the higher the enchantment level, the faster the attack speed.
Health Enchantment
-
Applicable Items: Armor
-
Max Level: 5
-
Obtaining Methods: Enchanting Table, Villager Trading, Loot
-
Enchantment Effect: When wearing equipment with this enchantment, each level increases the maximum health by 1 point.
Excecuting Enchantment
-
Applicable Items: Weapons
-
Max Level: 3
-
Obtaining Methods: Enchanting Table, Villager Trading, Loot
-
Enchantment Effect: When attacking a target, if the target's current health is less than 27% of its maximum health, additional execution damage equal to 「Target's Lost Health × Enchantment Level × 10%」 is dealt.
Catcher Enchantment
-
Applicable Items: Bows
-
Max Level: 1 (classified as a subtle enchantment)
-
Obtaining Methods: Enchanting Table, Villager Trading, Loot
-
Enchantment Effect: After hitting a target, pull the target to the front of the player.
Explosion Enchantment
-
Applicable Items: Bows
-
Max Level: 4 (classified as a subtle enchantment)
-
Obtaining Methods: Enchanting Table, Villager Trading, Loot
-
Enchantment Effect: After hitting a target, an explosion is triggered, and the explosion power increases with the enchantment level.
Changes
Zy's Guillotine Enchantment
-
Adjusted Critical Damage Bonus Cap: Increased from 240% to 1200%
-
New Effect: Each time 1200 experience points are consumed, an additional 8% critical damage bonus is stacked.
Him's Echo Enchantment
-
Removed Effect: No longer increases the level of the Fire Aspect enchantment on swords.
-
New Effect: Increases the level of the True Damage Enchantment.
-
New Effect: Increases the level of the Health Enchantment.
General Adjustments
-
Optimized the description text of some enchantments.
-
Adjusted Enchantment Tag: Items that can be enchanted with "Critical" and "Triumph" have their tag changed to
#qa_enchants:enchantable/critical.
Fixes
-
The Him's Echo Enchantment incorrectly appeared in villager trading lists.
-
The Triumph Enchantment could not be enchanted onto weapons via Enchanted Books.
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:XrXU132T:1McvC9Aa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XrXU132T:1McvC9Aa"
}

