Skip to content

Commit 1906ab8

Browse files
committedOct 5, 2016
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.
1 parent 1799754 commit 1906ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/default/functions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ minetest.register_abm({
354354
"default:snow",
355355
},
356356
interval = 6,
357-
chance = 67,
357+
chance = 50,
358358
catch_up = false,
359359
action = function(pos, node)
360360
-- Check for darkness: night, shadow or under a light-blocking node

0 commit comments

Comments
 (0)