summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/corn.lua b/corn.lua
index 13e048b..6f21055 100644
--- a/corn.lua
+++ b/corn.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:corn", {
description = "corn",