> For the complete documentation index, see [llms.txt](https://wiki.vibecentral.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.vibecentral.xyz/survival/tweak-list/enchantment-upgrade-tables.md).

# Enchantment upgrade tables

Enchantment upgrade tables allow you to upgrade your existing enchantments on tools to higher levels past vanilla maxes using vibecoin and xp. Most enchants can be upgraded to level 6, but some range as high as 10. More valuable enchant upgrades such as looting or efficiency cost more vibecoin to upgrade, however xp cost is a flat rate on all upgrades of **`5 * enchant level`**.

Tables are identifiable by their purple particle that emits around the book. Right-click holding the tool you'd like to upgrade to open the table. All tools except crossbows,maces and spears are currently supported by upgrade tables.

Enchantments which have had their vanilla max levels raised are shown on the table below

| Enchantment           | Max level | Vibecoin cost per level |
| --------------------- | :-------: | :---------------------: |
| Efficiency            |     10    |           455           |
| Fortune               |     5     |           515           |
| Looting               |     6     |           425           |
| Protection            |     6     |           255           |
| Blast Protection      |     6     |           195           |
| Projectile Protection |     6     |           175           |
| Fire Protection       |     6     |           195           |
| Thorns                |     6     |           175           |
| Power                 |     8     |           255           |
| Impaling              |     6     |           255           |
| Punch                 |     8     |           175           |
| Knockback             |     6     |           215           |
| Sweeping Edge         |     6     |           175           |
| Lure                  |     8     |           150           |
| Respiration           |     10    |           155           |
| Feather Falling       |     8     |           155           |
| Depth Strider         |     8     |           155           |
| Unbreaking            |     10    |           255           |
| Sharpness             |     10    |           125           |
| Swift Sneak           |     4     |            85           |
| Soul Speed            |     4     |            85           |

![](/files/NAQQcGpkdheIqeaNeAip)

![recipe](/files/5s4nP0OaciG5WMbFUWjo)

![gui showcase](/files/bGZHk2Uan1tZmXPMVRpW)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.vibecentral.xyz/survival/tweak-list/enchantment-upgrade-tables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
