forked from VoxeLibre/VoxeLibre
Reduce sweet berry bush slowdown (#4150)
Reviewed-on: MineClone2/MineClone2#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:
parent
ac8ff800ec
commit
44bd1c7b71
|
@ -20,7 +20,7 @@ for i=0, 3 do
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype2 = "meshoptions",
|
paramtype2 = "meshoptions",
|
||||||
place_param2 = 3,
|
place_param2 = 3,
|
||||||
liquid_viscosity = 15,
|
liquid_viscosity = 7,
|
||||||
liquidtype = "source",
|
liquidtype = "source",
|
||||||
liquid_alternative_flowing = node_name,
|
liquid_alternative_flowing = node_name,
|
||||||
liquid_alternative_source = node_name,
|
liquid_alternative_source = node_name,
|
||||||
|
|
Loading…
Reference in New Issue