Tags
Creators
Details
1.0.1
Compatibility
Changes
1.0.1 – Release
Date: 2026-01-03
Features:
Full tooltip guidance for all enchantable items: swords, axes, mace, tridents, spear, bows, crossbows, armor, and tools. Best enchant sets displayed directly in item tooltips (client-side only). 4 variant sets for swords and armor, including optional mobility, stealth, and water builds. Elytra support: displays Mending + Unbreaking III. Spear (1.21.11) support with Lunge enchant descriptions. Mace support with Density, Breach, and Wind Burst sets. Trident builds: Loyalty, Riptide, Channeling, Impaling. Bow and Crossbow best enchant suggestions. Tool enchant guidance: Efficiency, Silk Touch, Fortune, Unbreaking, Mending. Armor mobility builds: Feather Falling, Depth Strider, Frost Walker, Swift Sneak, Soul Speed. Full enchant description mapping for all vanilla + mod-added enchantments. Lightweight, client-only, no GUI required. Fully compatible with Minecraft 1.21.11 and Fabric loader.
Fixes:
Corrected Elytra tooltip (Mending + Unbreaking III)
Fixed previous icon issue, now properly displayed in mods menu
Fixed registry ID references for enchant descriptions
Notes:
Designed for tooltip-only guidance — does not modify gameplay or server behavior.
Compatible with multiplayer servers (client-side only).
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:XUYyaAXd:v7aAAL3V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XUYyaAXd:v7aAAL3V"
}

