Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed ARR
Published 3 months ago
Enchantment Desc adds short enchantment descriptions to item tooltips.
It is designed to work server-side (tooltips are sent via item components), so players can see enchantment explanations without needing a client-side mod.
Features
- Name + description per enchantment
- For items and enchanted books with multiple enchantments, each enchantment is shown as:
- Enchantment name (with level)
- Description lines directly underneath
- For items and enchanted books with multiple enchantments, each enchantment is shown as:
- Works for enchanted items and enchanted books
- Automatically updates results
- Anvil combine
- Grindstone (including grind-enchantments workflows)
- Command-friendly
- Tooltips are refreshed when items are granted/modified via commands such as
/giveand/enchant.
- Tooltips are refreshed when items are granted/modified via commands such as
Configuration
Descriptions are loaded from the config file:
config/enchantment.json
Format:
- Key: enchantment id
- You can use either:
minecraft:sharpnesssharpness(defaults tominecraft:)
- You can use either:
- Value: description text
Example:
{
"mending": "Repairs the item using experience.",
"minecraft:unbreaking": "Reduces durability damage."
}
Compatibility notes
-
- If the mod NeoEnchant is installed, Enchantment Desc will also read description entries from that mod.
-
- Enchantment Desc refreshes grindstone output so descriptions appear on the resulting stack.


