Описание




[](https://modrinth.com/mod/enchantment-compat)
[](https://github.com/Roundaround/mc-fabric-enchantment-compat)
[](https://ko-fi.com/roundaround)
---
Make many mutually-exclusive enchantments compatible. This targets all the vanilla enchantments that make sense to stack (so no depth strider/frost walker). Required on the server for multiplayer, but also works in single player!




### Configuration
You can configure the behavior of the mod from the `enchantmentcompat.toml` file within your world/save config folder. Previous versions put the config file in the global (instance) config folder. If you're on single player and have ModMenu installed, you can also access the configuration through the UI in ModMenu's mod list!
`modEnabled`: `true|false` - Simple toggle for the mod! Set to false to disable.
`bows`: `true|false` - Whether to allow bow enchantments (i.e. infinity, mending) to combine. _Previously called `infinityMending`._
`crossbows`: `true|false` - Whether to allow crossbow enchantments (i.e. multishot, piercing) to combine. _Previously called `multishotPiercing`._
`armor`: `true|false` - Whether to allow armor enchantments (i.e. X protection) to combine. _Previously called `protection`._
`damage`: `true|false` - Whether to allow damage enchantments (i.e. sharpness, smite) to combine.