Fellies/config/toolstats-client.toml

17 lines
446 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
#General settings for the mod.
[general]
#Should enchantability be shown?
show-enchantability = true
2021-02-12 14:22:54 +00:00
#Should repair cost be shown in the anvil GUI?
show-repair-cost = true
2021-02-13 10:16:29 +00:00
#Should mining efficiency be shown?
show-efficiency = true
#Should harvest level be shown?
show-harvest-level = true
2021-01-28 20:21:47 +00:00
#Should the durability be shown on the tool?
show-durability = true
2021-02-13 10:16:29 +00:00
#Should enchantability always be shown?
always-show-enchantability = false
2021-01-28 20:21:47 +00:00