From 467c09d7310c6028c3e06ad9b2b51d6f8a5262f5 Mon Sep 17 00:00:00 2001 From: snedmore Date: Thu, 2 Jan 2025 21:12:30 -0500 Subject: [PATCH] disable particular splashes --- config/particular.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/particular.json5 b/config/particular.json5 index 383f3ba..4c459b5 100644 --- a/config/particular.json5 +++ b/config/particular.json5 @@ -1,5 +1,5 @@ { - "waterSplash": true, + "waterSplash": false, "cascades": true, "waterfallSpray": true, "fireflies": true, @@ -51,4 +51,4 @@ "minecraft:deep_dark" ] } -} \ No newline at end of file +}