Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Sep 7, 2024
1 parent 0fe6328 commit 6639ed9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/deeperdarker-common.toml
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
1 change: 1 addition & 0 deletions config/jei/ingredient-list-mod-sort-order.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ Ars Additions
Arsomega
Not Enough Glyphs
Toomanyglyphs
Deeper and Darker

0 comments on commit 6639ed9

Please sign in to comment.