diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-23 21:18:10 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-23 21:18:10 -0700 |
commit | 9e2f05283caa9223af6c069715fe8eeb36f0c496 (patch) | |
tree | 9dde5c682168cee343ed72c19484070014a477f2 /init.lua | |
parent | 2b520045edbf2405e4e1ed7cead456e315c68a53 (diff) |
Start of some cooking recipes that use crops.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.") |