-
Notifications
You must be signed in to change notification settings - Fork 5
Command Config 2.0.0
This config-file contains all options to control the commands added by this mod.
This category explains the options that used by the command /superenchant
This options controls wether or not it is allowed to combine enchantments which are usually not compatible.
Example: normally it is not possible to combine minecraft:mending
and minecraft:infinity
on a single bow
- type: boolean
- default: true
- values: true or false
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
When the config is generated for the first time, it will look like this:
{
"superenchant": {
"__comment": "This config is for the /superenchant command",
"allow_wrong_enchantments": {
"__comment": "Allow adding enchantments that are not compatible with the tool",
"value": true
},
"allow_incompatible_enchantments": {
"__comment": "Allow adding enchantments that are not compatible with each other",
"value": true
}
}
}
Download the mod here:
Forge: https://www.curseforge.com/minecraft/mc-mods/tool-leveling-plus
Fabric: https://www.curseforge.com/minecraft/mc-mods/tool-leveling-plus-fabric
- Home
- Modversion >1.2.0
- Modversion >1.3.0
- Modversion >1.4.0
- Modversion >2.0.0