2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#General settings for the mod.
|
|
|
|
[general]
|
|
|
|
#Should new/blank lines be added between enchantments?
|
|
|
|
addNewLines = true
|
|
|
|
#Should the mod that owns the enchantment be displayed?
|
|
|
|
showOwner = true
|
2021-01-26 10:32:42 +00:00
|
|
|
#Should descriptions only be shown on enchanted books?
|
|
|
|
onlyEnchantedBooks = true
|
2021-01-17 12:40:59 +00:00
|
|
|
#Should players be required to press a keybind in order to see the descriptions?
|
|
|
|
requireKeybind = true
|
|
|
|
|