summaryrefslogtreecommitdiff
path: root/tomato.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tomato.lua')
-rw-r--r--tomato.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tomato.lua b/tomato.lua
index d34f58f..5314558 100644
--- a/tomato.lua
+++ b/tomato.lua
@@ -10,8 +10,8 @@ of the license, or (at your option) any later version.
--]]
-local interval = 90
-local chance = 2
+local interval = crops_interval
+local chance = crops_chance
minetest.register_node("crops:tomato_seed", {
description = "tomato seed",