minecraft-modpack-1.16.5/defaultconfigs/enchantmentmachine-server.toml
2022-07-27 20:58:32 +02:00

11 lines
377 B
TOML

#Server configuration settings
[server]
#Whether items can be disenchanted. More vanilla like would be false
allowDisenchantingItems = true
#Whether incompatible enchantments can be allied together
allowMixtureEnchantments = true
#Define the max level for applying enchantments. Format is ["enchantment_id|maxlevel","enchantment_id|maxlevel"]
maxEnchantmentLevels = []