# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://enchantmentslots.superiormc.cn/for-4.1.8/info/compatibility/mythicchanger-hook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
