Enchantment Description

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

833

Enchantment Description

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

- Command-friendly - For items and enchanted books with multiple enchantments, each enchantment is shown as: - Enchantment name (with level) - Description lines directly underneath - Command-friendly - Command-friendly - Command-friendly combine - Command-friendly (including Command-friendly workflows) - 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:

```json { "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.

ADS