summaryrefslogtreecommitdiff
path: root/flowers.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-07 20:50:50 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-07 20:50:50 +0000
commitea4d245f17dac0a61514ea129b51555fe17f86c7 (patch)
treebdada0f8bfdbe582224f26a2da7f7a9338cd3a82 /flowers.lua
parenta302d34ede9c90ed359b50cfc59c6015c0920ee9 (diff)
disable abm catch_up
Diffstat (limited to 'flowers.lua')
-rw-r--r--flowers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/flowers.lua b/flowers.lua
index 15fbf9c..36da2e1 100644
--- a/flowers.lua
+++ b/flowers.lua
@@ -4,6 +4,7 @@ minetest.register_abm({
neighbors = {"group:soil"},
interval = 50,
chance = 25,
+ catch_up = false,
action = function(pos, node)
local light = minetest.get_node_light(pos)