> For the complete documentation index, see [llms.txt](https://enchantmentslots.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enchantmentslots.superiormc.cn/for-4.1.8/info/compatibility/mythicchanger-hook.md).

# MythicChanger Hook

We add those new change rules for MythicChanger.

Before use those rules, please remove all your `item-can-be-enchanted` match item, otherwise both EnchantmentSlots and MythicChanger will try modify item's slot.

## Set Slot

```yaml
real-changes:
  # Automatically calculate the slot of items
  es-set-slot: true
  # Manually set the slot
  es-set-slot: 5
```

## Reset Slot

```yaml
real-changes:
  # Automatically calculate the slot of items
  es-reset-slot: true
```

## Add Enchantment Slot Lore

```yaml
fake-changes: 
  add-es-lore: true
```
