change flower spread chance

This commit is contained in:
TenPlus1 2015-11-23 18:40:32 +00:00
parent 79f16565f4
commit a3e577a3ec

View File

@ -3,7 +3,7 @@ minetest.register_abm({
nodenames = {"group:flora"}, nodenames = {"group:flora"},
neighbors = {"group:soil"}, neighbors = {"group:soil"},
interval = 50, interval = 50,
chance = 25, chance = 20,
catch_up = false, catch_up = false,
action = function(pos, node) action = function(pos, node)