-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- akashic tome - baubley heart canisters - spice of life
- Loading branch information
Showing
74 changed files
with
635 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
|
||
[milestones] | ||
#Number of hearts you start out with. | ||
#Range: 0 ~ 1000 | ||
baseHearts = 10 | ||
#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. 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, | ||
85, | ||
90, | ||
95, | ||
10, | ||
] | ||
|
||
[filtering] | ||
#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 = 1 | ||
|
||
[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 = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This contains custom and backported assets from newer versions of mods. Folders outside of `kubejs` should mostly be backported assets and belong to their authors. |
Oops, something went wrong.