Skip to content
Snippets Groups Projects
Commit 1906ab84 authored by paramat's avatar paramat
Browse files

Default/functions: Tune speed of grass spread ABM

Through testing the chance is changed to 50 such that grass spread
speed matches that of the previous (0.4.13) ABM version.
parent 1799754a
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,7 @@ minetest.register_abm({
"default:snow",
},
interval = 6,
chance = 67,
chance = 50,
catch_up = false,
action = function(pos, node)
-- Check for darkness: night, shadow or under a light-blocking node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment