zegaton_game/mods/xmas/init.lua

8 lines
338 B
Lua

-- Xmas mod by Jordan "Jordach" Snelling.
-- Code and textures are as stated: CC-BY-NC-SA 3.0 the Author will not allow waiving.
dofile(minetest.get_modpath("xmas").."/lights.lua")
dofile(minetest.get_modpath("xmas").."/misc.lua")
dofile(minetest.get_modpath("xmas").."/crafts.lua")
dofile(minetest.get_modpath("xmas").."/presents.lua")