diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-23 18:40:32 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-23 18:40:32 +0000 |
commit | a3e577a3ec7ac4c559e2e1f19b5a653ced258d26 (patch) | |
tree | c91480e9130f66e731e7860ea7922c18bba5092c /flowers.lua | |
parent | 79f16565f4debf8f687b278a90789247a7f0aec2 (diff) |
change flower spread chance
Diffstat (limited to 'flowers.lua')
-rw-r--r-- | flowers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowers.lua b/flowers.lua index be1d854..767a992 100644 --- a/flowers.lua +++ b/flowers.lua @@ -3,7 +3,7 @@ minetest.register_abm({ nodenames = {"group:flora"}, neighbors = {"group:soil"}, interval = 50, - chance = 25, + chance = 20, catch_up = false, action = function(pos, node) |