elepower/elepower_thermal/init.lua

12 lines
326 B
Lua
Raw Normal View History

2019-02-04 18:08:07 +00:00
-- An Elepower Mod
-- Copyright 2018 Evert "Diamond" Prants <evert@lunasqu.ee>
local modpath = minetest.get_modpath(minetest.get_current_modname())
elethermal = rawget(_G, "elethermal") or {}
elethermal.modpath = modpath
dofile(modpath.."/machines/init.lua")
dofile(modpath.."/fluids.lua")
dofile(modpath.."/crafting.lua")