2018-12-12 13:04:53 +00:00
|
|
|
-- An Elepower Mod
|
2018-09-14 12:14:34 +00:00
|
|
|
-- Copyright 2018 Evert "Diamond" Prants <evert@lunasqu.ee>
|
|
|
|
|
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
|
|
|
|
elesolar = rawget(_G, "elesolar") or {}
|
|
|
|
elesolar.modpath = modpath
|
|
|
|
|
|
|
|
dofile(modpath.."/generator.lua")
|
|
|
|
dofile(modpath.."/register.lua")
|
|
|
|
dofile(modpath.."/crafting.lua")
|