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:
Mqrius 2026-01-21 00:36:22 +01:00 committed by GitHub
parent 4b35eef96c
commit c70fe1c1ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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