-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fe6328
commit 6639ed9
Showing
2 changed files
with
28 additions
and
0 deletions.
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,27 @@ | ||
#Chance of a vase being fake | ||
#Default: 0.16 | ||
#Range: 0.0 ~ 1.0 | ||
fakeVaseChance = 0.16 | ||
#Chance of a Stalker spawning when a fake vase is broken | ||
#Default: 0.3125 | ||
#Range: 0.0 ~ 1.0 | ||
stalkerSpawnChance = 0.3125 | ||
#Soul Elytra's boost cooldown in ticks. Set to -1 to disable boost | ||
#Default: 600 | ||
#Range: -1 ~ 12000 | ||
soulElytraCooldown = 600 | ||
#Heart of the Deep beats like a heart | ||
#Default: true | ||
wardenHeartPulses = true | ||
#Limit the number of enchanted books a Sculk Snapper can drop | ||
#Default: 8 | ||
#Range: 0 ~ 32 | ||
snapperDropLimit = 8 | ||
#Width of Otherside portal when generated by player | ||
#Default: 6 | ||
#Range: 2 ~ 21 | ||
othersidePortalWidth = 6 | ||
#Height of Otherside portal when generated by player | ||
#Default: 3 | ||
#Range: 3 ~ 21 | ||
othersidePortalHeight = 3 |
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 |
---|---|---|
|
@@ -88,3 +88,4 @@ Ars Additions | |
Arsomega | ||
Not Enough Glyphs | ||
Toomanyglyphs | ||
Deeper and Darker |