2018-06-18 07:09:43 +00:00
|
|
|
-- A Elepower Mod
|
|
|
|
-- Copyright 2018 Evert "Diamond" Prants <evert@lunasqu.ee>
|
|
|
|
|
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
|
|
|
|
elepd = rawget(_G, "elepd") or {}
|
|
|
|
elepd.modpath = modpath
|
|
|
|
|
|
|
|
dofile(modpath.."/conduits.lua")
|
|
|
|
dofile(modpath.."/craftitems.lua")
|
2018-06-21 08:09:01 +00:00
|
|
|
dofile(modpath.."/plastic.lua")
|
2018-06-18 07:09:43 +00:00
|
|
|
dofile(modpath.."/tools.lua")
|
|
|
|
dofile(modpath.."/nodes.lua")
|
|
|
|
dofile(modpath.."/dusts.lua")
|
2018-06-18 11:43:40 +00:00
|
|
|
dofile(modpath.."/gears.lua")
|
2018-06-18 07:09:43 +00:00
|
|
|
dofile(modpath.."/worldgen.lua")
|
|
|
|
dofile(modpath.."/crafting.lua")
|