Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamcal/enchant-order
Minecraft enchantment optimization tool
https://github.com/iamcal/enchant-order
Last synced: about 23 hours ago
JSON representation
Minecraft enchantment optimization tool
- Host: GitHub
- URL: https://github.com/iamcal/enchant-order
- Owner: iamcal
- License: mit
- Created: 2021-06-30T22:29:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T20:38:21.000Z (2 months ago)
- Last Synced: 2024-10-30T02:36:37.764Z (15 days ago)
- Language: JavaScript
- Homepage: https://iamcal.github.io/enchant-order/
- Size: 748 KB
- Stars: 268
- Watchers: 3
- Forks: 69
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Enchantment Ordering Tool
This web-based tool 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.## Localization
You can add support for new languages by:
* Adding a new JSON file inside `languages/` (see existing files there for hints)
* Modifying `script.js` to add the language to the supported list
* Modifying `lang.html` in the same way
* Opening `lang.html` in the browser to verify if the required strings are all implementedPlease open a PR with the above changes to have your language merged (or updated).