zombietest/mods/main/init.lua

7 lines
174 B
Lua
Raw Normal View History

2019-02-10 08:19:48 -08:00
local modpath = minetest.get_modpath("main")
dofile(modpath.."/nodes.lua")
--dofile(modpath.."/craftitems.lua")
dofile(modpath.."/mapgen.lua")
dofile(modpath.."/tools.lua")