Reroll is a simple QOL mod for the Fabric Loader that allows you to reroll the Enchantment Table at a configurable cost.
The server can configure how many EXP levels & Lapis Lazuli items are required for each reroll in the config/reroll.json5
file:
{
// Levels required/consumed per reroll in an Enchantment Table.
"levelsPerReroll": 1,
// Lapis Lazuli required/consumed per reroll in an Enchantment Table.
"lapisPerReroll": 0
}
This mod is licensed as MIT.