From 44bd1c7b715f7131465710e376f7d5727fbca991 Mon Sep 17 00:00:00 2001 From: Eliy21 Date: Sun, 21 Jan 2024 01:07:14 +0000 Subject: [PATCH] Reduce sweet berry bush slowdown (#4150) Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4150 Reviewed-by: the-real-herowl Co-authored-by: Eliy21 Co-committed-by: Eliy21 --- mods/ITEMS/mcl_farming/sweet_berry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_farming/sweet_berry.lua b/mods/ITEMS/mcl_farming/sweet_berry.lua index 7dc6326a4..59b3a5a8b 100644 --- a/mods/ITEMS/mcl_farming/sweet_berry.lua +++ b/mods/ITEMS/mcl_farming/sweet_berry.lua @@ -20,7 +20,7 @@ for i=0, 3 do sunlight_propagates = true, paramtype2 = "meshoptions", place_param2 = 3, - liquid_viscosity = 15, + liquid_viscosity = 7, liquidtype = "source", liquid_alternative_flowing = node_name, liquid_alternative_source = node_name,