forked from nalc/mtfoods
13fb8b63a8
All of the files for the latest mtfoods.
8 lines
218 B
Lua
8 lines
218 B
Lua
--MTFoods--
|
|
--By: Philipbenr--
|
|
--Licence: GPLv3--
|
|
|
|
dofile(minetest.get_modpath("mtfoods").."/desserts.lua")
|
|
dofile(minetest.get_modpath("mtfoods").."/foods.lua")
|
|
dofile(minetest.get_modpath("mtfoods").."/drinks.lua")
|