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

Removed some stuff

This commit is contained in:
rubenwardy
2012-12-07 19:13:57 +00:00
parent f727a8f3ec
commit dabcdb292d
6 changed files with 247 additions and 44 deletions

View File

@ -25,11 +25,9 @@ dofile(minetest.get_modpath("food").."/food/soup.lua")
dofile(minetest.get_modpath("food").."/snacks/crumbles.lua")
dofile(minetest.get_modpath("food").."/snacks/cakes.lua")
dofile(minetest.get_modpath("food").."/snacks/tarts.lua")
dofile(minetest.get_modpath("food").."/snacks/misc.lua")
dofile(minetest.get_modpath("food").."/drinks/juice.lua")
dofile(minetest.get_modpath("food").."/drinks/hot.lua")
dofile(minetest.get_modpath("food").."/drinks/milkshakes.lua")