1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-07-08 02:30:22 +02:00

DocFarming support and more foods added

This commit is contained in:
Rubenwardy
2012-12-17 17:31:35 +00:00
parent 0dd3316579
commit ed0f8e255f
10 changed files with 67 additions and 21 deletions

View File

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