summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-04-23 21:18:10 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-04-23 21:18:10 -0700
commit9e2f05283caa9223af6c069715fe8eeb36f0c496 (patch)
tree9dde5c682168cee343ed72c19484070014a477f2 /init.lua
parent2b520045edbf2405e4e1ed7cead456e315c68a53 (diff)
Start of some cooking recipes that use crops.
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.")