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

Added Banana Splits

Popcorn next...
This commit is contained in:
Rubenwardy
2012-10-02 17:58:50 +01:00
parent b4feb52c49
commit 8170889df8
7 changed files with 54 additions and 2 deletions

View File

@ -24,6 +24,7 @@ dofile(minetest.get_modpath("food").."/food/baking.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")