16 lines
404 B
TOML
16 lines
404 B
TOML
contributorEffect = ""
|
|
#Show customized tooltips from any item. Mainly for pack devs
|
|
globalTooltip = false
|
|
#Max line width shown in description of tooltips
|
|
#Range: > 50
|
|
tooltipWrapWidth1 = 200
|
|
|
|
[debug]
|
|
#Show item tags in advanced tooltips
|
|
tagsTooltip = false
|
|
#Allowed values: vanilla, kiwi
|
|
tooltipNBTFormatter = "vanilla"
|
|
#Show item nbt in advanced tooltips while holding shift
|
|
nbtTooltip = false
|
|
|