mtfoods/init.lua
PHILIP ROBINSON 13fb8b63a8 The First commits
All of the files for the latest mtfoods.
2014-01-20 14:56:42 -08:00

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")