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())
|
|
|
|
|
|
|
|
elefarm = rawget(_G, "elefarm") or {}
|
|
|
|
elefarm.modpath = modpath
|
|
|
|
|
2018-06-19 09:32:28 +00:00
|
|
|
dofile(modpath.."/formspec.lua")
|
2018-06-19 18:08:28 +00:00
|
|
|
dofile(modpath.."/craftitems.lua")
|
2018-06-19 09:32:28 +00:00
|
|
|
dofile(modpath.."/nodes/init.lua")
|