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())
|
|
|
|
|
|
|
|
elenuclear = rawget(_G, "elenuclear") or {}
|
|
|
|
elenuclear.modpath = modpath
|
2018-06-22 18:03:41 +00:00
|
|
|
|
|
|
|
dofile(modpath.."/craftitems.lua")
|
2018-07-08 09:33:35 +00:00
|
|
|
dofile(modpath.."/nodes.lua")
|
|
|
|
dofile(modpath.."/fluids.lua")
|