promotional bannermobile promotional banner

Enchantment Desc

server side mod that added description to enhanted book and enchanted item.

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
  • Works for enchanted items and enchanted books
  • Automatically updates results
  • Command-friendly
    • Tooltips are refreshed when items are granted/modified via commands such as /give and /enchant.

Configuration

Descriptions are loaded from the config file:

  • config/enchantment.json

Format:

  • Key: enchantment id
    • You can use either:
      • minecraft:sharpness
      • sharpness (defaults to minecraft:)
  • Value: description text

Example:

{
  "mending": "Repairs the item using experience.",
  "minecraft:unbreaking": "Reduces durability damage."
}

Compatibility notes

  • NeoEnchant

    • If the mod NeoEnchant is installed, Enchantment Desc will also read description entries from that mod.
  • grind-enchantments

    • Enchantment Desc refreshes grindstone output so descriptions appear on the resulting stack.

The Enchantment Desc Team

profile avatar
  • 1
    Projects
  • 170
    Downloads