2016-03-15 22:36:23 +01:00
|
|
|
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")
|
2016-06-10 20:01:40 +02:00
|
|
|
dofile(minetest.get_modpath("illuna").."/register.lua")
|
2016-08-02 18:15:52 +02:00
|
|
|
dofile(minetest.get_modpath("illuna").."/aliases.lua")
|