mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
15 lines
369 B
TOML
15 lines
369 B
TOML
|
|
||
|
#General settings for the mod.
|
||
|
[general]
|
||
|
#Should enchantability be shown?
|
||
|
show-enchantability = true
|
||
|
#Should repair cost be shown in the anvil GUI?
|
||
|
show-repair-cost = true
|
||
|
#Should mining efficiency be shown?
|
||
|
show-efficiency = true
|
||
|
#Should harvest level be shown?
|
||
|
show-harvest-level = true
|
||
|
#Should the durability be shown on the tool?
|
||
|
show-durability = true
|
||
|
|