illuna/init.lua
tchncs 1c6d2049ff add new joinrules
no guests, not too short names, not too long names, not too many numbers in names, not only numbers in names
2016-06-10 20:01:48 +02:00

5 lines
221 B
Lua

dofile(minetest.get_modpath("illuna").."/nodes.lua")
dofile(minetest.get_modpath("illuna").."/crafting.lua")
dofile(minetest.get_modpath("illuna").."/commands.lua")
dofile(minetest.get_modpath("illuna").."/register.lua")