Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # If true, trying a new food spawns particles.
  5. B:"Enable Intermediate Particles"=true
  6.  
  7. # If true, reaching a new milestone spawns particles.
  8. B:"Enable Milestone Particles"=true
  9.  
  10. # If true, reaching a new milestone plays a ding sound.
  11. B:"Enable Milestone Sounds"=true
  12.  
  13. # Foods in this list won't show up in the food book, neither in the list nor in the total count.
  14. S:"Food Blacklist" <
  15. >
  16.  
  17. # A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order.
  18. I:"Milestone amounts" <
  19. 10
  20. 20
  21. 30
  22. 40
  23. 50
  24. >
  25.  
  26. # If true, the food book also lists foods that you haven't eaten, in addition to the ones you have.
  27. B:"Show Uneaten Foods"=true
  28.  
  29. # Number of hearts you start out with.
  30. I:defaultHeartCount=10
  31.  
  32. # Number of hearts you gain for reaching a new milestone.
  33. I:heartsPerMilestone=1
  34.  
  35. # If true, foods indicate in their tooltips whether or not they have been eaten.
  36. B:isFoodTooltipEnabled=true
  37.  
  38. # Whether the messages notifying you of reaching new milestones should be displayed above the hotbar or in chat.
  39. B:shouldShowProgressAboveHotbar=true
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement