1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-07-10 03:20:21 +02:00

More Stuff

This commit is contained in:
Rubenwardy
2012-08-31 18:43:10 +01:00
parent 23b2a9a747
commit e488cf549c
6 changed files with 69 additions and 29 deletions

View File

@ -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")