2018-06-18 16:15:15 +00:00
|
|
|
-- A Elepower Mod
|
|
|
|
-- Copyright 2018 Evert "Diamond" Prants <evert@lunasqu.ee>
|
|
|
|
|
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
|
|
|
|
elefluid = rawget(_G, "elefluid") or {}
|
|
|
|
elefluid.modpath = modpath
|
|
|
|
|
|
|
|
dofile(modpath.."/transfer.lua")
|
|
|
|
dofile(modpath.."/transfer_node.lua")
|
2018-06-20 11:53:07 +00:00
|
|
|
dofile(modpath.."/formspec.lua")
|