Skip to content

Config command_config.json

Tristan Kechlo edited this page Jul 21, 2022 · 2 revisions

THIS PAGE ONLY APPLIES TO MODVERSIONS >= 1.4.0

This config-file contains all options to control the commands added by this mod.

Options for the command /superenchant

This category explains the options that used by the command /superenchant

allow_wrong_enchantments

This options controls wether or not it is allowed to combine enchantments which are usually not compatible.
Example: the normally it is not possible to combine minecraft:mending and minecraft:infinity on a single bow
- type: boolean
- default: true
- values: true or false

allow_incompatible_enchantments

This option controls wether or not it is allowed to put enchantments on tools which are normaly not compatible.
Example: this allows to put minecraft:infinity on all items
The enchantments might still be useless on most items
- type: boolean
- default: true
- values: true or false

Default configuration

When the config is generated for the first time, it will look like this:

{
    "superenchant": {
        "allow_wrong_enchantments": false,
        "allow_incompatible_enchantments": false
    }
}

Clone this wiki locally