summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 5e1439f..204ee06 100644
--- a/init.lua
+++ b/init.lua
@@ -19,4 +19,6 @@ dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/tomato.lua")
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/potato.lua")
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/polebean.lua")
+dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/cooking.lua")
+
minetest.log("action", "[crops] loaded.")