15 lines
369 B
TOML
15 lines
369 B
TOML
|
|
#General settings for the mod.
|
|
[general]
|
|
#Should enchantability be shown?
|
|
show-enchantability = true
|
|
#Should harvest level be shown?
|
|
show-harvest-level = true
|
|
#Should mining efficiency be shown?
|
|
show-efficiency = true
|
|
#Should repair cost be shown in the anvil GUI?
|
|
show-repair-cost = true
|
|
#Should the durability be shown on the tool?
|
|
show-durability = true
|
|
|