mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-11-05 06:43:51 +01:00
12 lines
319 B
Lua
12 lines
319 B
Lua
-- 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
|
|
|
|
dofile(modpath.."/craftitems.lua")
|
|
dofile(modpath.."/nodes.lua")
|
|
dofile(modpath.."/fluids.lua")
|