diff options
author | Rubenwardy <anjayward@gmail.com> | 2012-08-31 18:43:10 +0100 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2012-08-31 18:43:10 +0100 |
commit | e488cf549cdd02fa794053aa027324271e8d47ab (patch) | |
tree | 225a41e912939c4e4c738d4d04bc8423c7ce08bf /init.lua | |
parent | 23b2a9a747b43abcf6633425008ff06752f6696c (diff) |
More Stuff
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ print ("food: Loading mainframe: [Master]") ----------------------Load Files-----------------------------
dofile(minetest.get_modpath("food").."/support.lua")
dofile(minetest.get_modpath("food").."/dairy.lua")
+dofile(minetest.get_modpath("food").."/sandwich.lua")
dofile(minetest.get_modpath("food").."/baking.lua")
dofile(minetest.get_modpath("food").."/cakes.lua")
|