illuna/init.lua

13 lines
508 B
Lua
Raw Normal View History

2016-08-25 15:13:32 +02:00
illuna = {}
dofile(minetest.get_modpath("illuna").."/nodes.lua")
dofile(minetest.get_modpath("illuna").."/crafting.lua")
2016-06-05 18:55:27 +02:00
dofile(minetest.get_modpath("illuna").."/commands.lua")
dofile(minetest.get_modpath("illuna").."/register.lua")
2016-08-02 18:15:52 +02:00
dofile(minetest.get_modpath("illuna").."/aliases.lua")
2016-10-03 13:32:13 +02:00
dofile(minetest.get_modpath("illuna").."/craftitems.lua")
2016-10-03 15:22:25 +02:00
dofile(minetest.get_modpath("illuna").."/shop.lua")
2016-08-11 14:32:06 +02:00
if minetest.get_modpath("moreblocks") then
dofile(minetest.get_modpath("illuna").."/moreblocks.lua")
end