summaryrefslogtreecommitdiff
path: root/flowers.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-23 18:40:32 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-23 18:40:32 +0000
commita3e577a3ec7ac4c559e2e1f19b5a653ced258d26 (patch)
treec91480e9130f66e731e7860ea7922c18bba5092c /flowers.lua
parent79f16565f4debf8f687b278a90789247a7f0aec2 (diff)
change flower spread chance
Diffstat (limited to 'flowers.lua')
-rw-r--r--flowers.lua2
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)