2021-01-28 20:21:47 +00:00
|
|
|
|
|
|
|
["milestone celebration"]
|
|
|
|
#If true, reaching a new milestone plays a ding sound.
|
|
|
|
shouldPlayMilestoneSounds = true
|
|
|
|
#If true, trying a new food spawns particles.
|
|
|
|
shouldSpawnIntermediateParticles = true
|
2021-02-12 14:22:54 +00:00
|
|
|
#If true, reaching a new milestone spawns particles.
|
|
|
|
shouldSpawnMilestoneParticles = true
|
2021-01-28 20:21:47 +00:00
|
|
|
|
|
|
|
[miscellaneous]
|
|
|
|
#If true, foods indicate in their tooltips whether or not they have been eaten.
|
|
|
|
isFoodTooltipEnabled = true
|
|
|
|
#Whether the messages notifying you of reaching new milestones should be displayed above the hotbar or in chat.
|
|
|
|
shouldShowProgressAboveHotbar = true
|
|
|
|
#If true, the food book also lists foods that you haven't eaten, in addition to the ones you have.
|
|
|
|
shouldShowUneatenFoods = true
|
|
|
|
|