12 lines
285 B
TOML
12 lines
285 B
TOML
|
|
#General configuration options
|
|
[General]
|
|
#The harvest level names used by the Tool Info Tweak tooltips.
|
|
harvestLevelNames = ["Stone", "Iron", "Diamond", "Obsidian", "Netherite"]
|
|
|
|
#Disable features.
|
|
[Features]
|
|
#Tool Information Tooltips enabled?
|
|
toolInfoTooltip = true
|
|
|