Fix waves beach block deposits config
Set to 1000 instead of the default 100. Either would be better than the current value of 1, which is a 100% chance of blocks. Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com>
This commit is contained in:
parent
4b35eef96c
commit
c70fe1c1ea
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ waveSpawnDistanceFromShoreMin = 4.0
|
|||
waveSpriteCount = 5
|
||||
#How great should the chance for waves to deposit blocks be? Lower value = higher chance.
|
||||
#Range: > 1
|
||||
waveBlockDepositChance = 1
|
||||
waveBlockDepositChance = 1000
|
||||
#How often the waves should make a sound. Higher value = rarer.
|
||||
#Range: > 0
|
||||
waveBreakingSoundChance = 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue