Update miscellaneous minecraft configs
Largely sensible changes, no complete rewrites without taking user configuration into account like ice and fire.
This commit is contained in:
parent
196ad863c4
commit
544036d4e4
25 changed files with 1226 additions and 1352 deletions
|
@ -1,26 +1,26 @@
|
|||
|
||||
[milestones]
|
||||
#Number of hearts you start out with.
|
||||
#Range: 0 ~ 1000
|
||||
baseHearts = 7
|
||||
#Number of hearts you gain for reaching a new milestone.
|
||||
#Range: 0 ~ 1000
|
||||
heartsPerMilestone = 1
|
||||
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order.
|
||||
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
|
||||
milestones = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]
|
||||
#Number of hearts you start out with.
|
||||
#Range: 0 ~ 1000
|
||||
baseHearts = 7
|
||||
|
||||
[filtering]
|
||||
#The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks.
|
||||
#Range: 0 ~ 1000
|
||||
minimumFoodValue = 4
|
||||
#Foods in this list won't affect the player's health nor show up in the food book.
|
||||
blacklist = []
|
||||
#When this list contains anything, the blacklist is ignored and instead only foods from here count.
|
||||
whitelist = []
|
||||
#The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks.
|
||||
#Range: 0 ~ 1000
|
||||
minimumFoodValue = 4
|
||||
|
||||
[miscellaneous]
|
||||
#Whether or not to reset the food list on death, effectively losing all bonus hearts.
|
||||
resetOnDeath = false
|
||||
#If true, eating foods outside of survival mode (e.g. creative/adventure) is not tracked and thus does not contribute towards progression.
|
||||
limitProgressionToSurvival = true
|
||||
#Whether or not to reset the food list on death, effectively losing all bonus hearts.
|
||||
resetOnDeath = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue