9 lines
163 B
TOML
9 lines
163 B
TOML
|
|
||
|
#General configuration options.
|
||
|
[General]
|
||
|
#Enable tag list tooltips for blocks/items?
|
||
|
tagTooltips = true
|
||
|
#Enable NBT tooltips for items?
|
||
|
nbtTooltips = false
|
||
|
|