diff options
author | Rubenwardy <anjayward@gmail.com> | 2012-12-17 17:31:35 +0000 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2012-12-17 17:31:35 +0000 |
commit | ed0f8e255f98a3112769d0320c45121ce6da081f (patch) | |
tree | 0422e72855aeb31101879df928885b516d747c25 /init.lua | |
parent | 0dd33165794461e5c82dcc1d7723f4a596c7401d (diff) |
DocFarming support and more foods added
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,7 +14,6 @@ print ("Food: Loading mainframe: [Master]") ----------------------Load Files-----------------------------
dofile(minetest.get_modpath("food").."/support.lua")
-dofile(minetest.get_modpath("food").."/tools/oven.lua")
dofile(minetest.get_modpath("food").."/dairy.lua")
dofile(minetest.get_modpath("food").."/food/meats.lua")
@@ -94,4 +93,4 @@ minetest.register_craft({ }
})
-print("food: Mainframe loaded")
+print("Food: Mainframe loaded")
|