Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 612 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 612 Bytes

Minecraft Enchantment Ordering Tool

This is a branch that removes some of the incompatibilities. You can use it here: https://g-lewis.github.io/enchant-order/

This web-based tools allows you to find the optimal order for combining enchant books in Minecraft to minimize XP cost.

You can use it here: https://iamcal.github.io/enchant-order/

The tool works by trying every possible combining sequence and calculating the cost of each. For items with many enchantments, this can mean trying a few million combinations. The work happens in a background thread (a WebWorker) and the best solution is explained.