Skip to content

Commit

Permalink
Default/functions: Tune speed of grass spread ABM
Browse files Browse the repository at this point in the history
Through testing the chance is changed to 50 such that grass spread
speed matches that of the previous (0.4.13) ABM version.
  • Loading branch information
paramat committed Oct 5, 2016
1 parent 1799754 commit 1906ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/functions.lua
Expand Up @@ -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
Expand Down

0 comments on commit 1906ab8

Please sign in to comment.