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())
|
|
|
|
|
2018-06-18 08:39:17 +00:00
|
|
|
eletool = rawget(_G, "eletool") or {}
|
|
|
|
eletool.modpath = modpath
|
2018-06-18 07:09:43 +00:00
|
|
|
|
2018-08-03 10:15:31 +00:00
|
|
|
dofile(modpath .. "/tools.lua")
|
|
|
|
dofile(modpath .. "/craftitems.lua")
|
|
|
|
dofile(modpath .. "/crafting.lua")
|