Reduce sweet berry bush slowdown (#4150)

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4150
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
This commit is contained in:
Eliy21 2024-01-21 01:07:14 +00:00 committed by the-real-herowl
parent ac8ff800ec
commit 44bd1c7b71
1 changed files with 1 additions and 1 deletions

View File

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