9 lines
385 B
Lua
9 lines
385 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")
|
|
dofile(minetest.get_modpath("illuna").."/aliases.lua")
|
|
if minetest.get_modpath("moreblocks") then
|
|
dofile(minetest.get_modpath("illuna").."/moreblocks.lua")
|
|
end
|