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:
1
init.lua
1
init.lua
@ -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")
|
||||
|
Reference in New Issue
Block a user