From c70fe1c1eade4288627a9f4ec4b2eb0d0b10acc0 Mon Sep 17 00:00:00 2001 From: Mqrius Date: Wed, 21 Jan 2026 00:36:22 +0100 Subject: [PATCH] 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 --- config/waves-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waves-common.toml b/config/waves-common.toml index 0d1ff05d7..b15c7359e 100644 --- a/config/waves-common.toml +++ b/config/waves-common.toml @@ -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