-- An Elepower Mod -- Copyright 2018 Evert "Diamond" Prants 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") dofile(modpath.."/tools.lua") dofile(modpath.."/nodes.lua") dofile(modpath.."/fluids.lua") dofile(modpath.."/gas_container.lua") dofile(modpath.."/tanks.lua") dofile(modpath.."/components.lua") dofile(modpath.."/worldgen.lua") dofile(modpath.."/crafting.lua")