mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-12-01 02:53:44 +01:00
10 lines
258 B
Lua
10 lines
258 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")
|