diff options
author | rubenwardy <anjayward@gmail.com> | 2012-12-07 19:13:57 +0000 |
---|---|---|
committer | rubenwardy <anjayward@gmail.com> | 2012-12-07 19:13:57 +0000 |
commit | dabcdb292da07dba96ceab6c38d6038ebcbf9cdc (patch) | |
tree | 18f11d08e5251e9c7c4ca1b227257b64ba692dd5 /init.lua | |
parent | f727a8f3eca845a361032d44f84b0d929cfe246a (diff) |
Removed some stuff
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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")
|