File Details
OverflowEnchantments-1.0.1.jar
- R
- Jun 23, 2026
- 19.31 KB
- 12
- 1.21.1
- NeoForge
File Name
OverflowEnchantments-1.0.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
# Changelog — OverflowEnchantments
## 1.0.0
**Initial release.**
### Features
- **Overflow anvil merging** — combine enchanted items/books beyond vanilla max levels. Works with tools, weapons, armor, and enchanted books.
- **Disenchant** — place an enchanted item + a regular book in an anvil to extract all enchantments into an enchanted book. The stripped item is returned to the anvil's left slot.
- **`/cenchant`** — apply any enchantment at any level (1–255) to the item in your main hand. Permission level 2.
- **Binary enchantment protection** — incompatible enchantments (e.g. Sharpness + Smite) are allowed by default. Can be toggled off in config.
### Config (`serverconfig/overflowenchantments-server.toml`)
| Option | Default | Description |
|---|---|---|
| `maxLevelMode` | `"relative"` | `"absolute"` = hard cap via `maxLevel`; `"relative"` = vanilla max + `maxLevelAddition` |
| `maxLevel` | `10` | Hard cap when mode = absolute |
| `maxLevelAddition` | `3` | Extra levels above vanilla max when mode = relative |
| `allowIncompatibleEnchantments` | `true` | Allow e.g. Sharpness + Smite on the same item |
| `maxAnvilCost` | `255` | Max XP cost in anvil. `0` = unlimited |
| `removePriorWorkPenalty` | `true` | Reset repair cost on result |
| `disenchantEnabled` | `true` | Allow disenchanting in anvil |
| `disenchantCostPerLevel` | `5` | XP cost per enchantment level when disenchanting |
| `enchantmentOverrides` | `[]` | Per-enchantment overrides, format `"modid:enchantment=level"` |