summaryrefslogtreecommitdiff
path: root/strawberry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'strawberry.lua')
-rw-r--r--strawberry.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/strawberry.lua b/strawberry.lua
index ca49788..332be4b 100644
--- a/strawberry.lua
+++ b/strawberry.lua
@@ -197,6 +197,7 @@ minetest.register_abm({
neighbors = {"farming:soil_wet"},
interval = 50,
chance = 3,
+ catch_up = false,
action = function(pos, node)
-- return if already full grown
if minetest.get_item_group(node.name, "strawberry") == 8 then