summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 38c098f..90fcc87 100644
--- a/init.lua
+++ b/init.lua
@@ -10,11 +10,12 @@ of the license, or (at your option) any later version.
--]]
-local crops_interval = 30
-local crops_chance = 8
+crops_interval = 30
+crops_chance = 8
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/melon.lua")
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/corn.lua")
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/tomato.lua")
+dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/potato.lua")
minetest.log("action", "[crops] loaded.")