15 lines
417 B
Lua
Raw Normal View History

-- An Elepower Mod
2018-06-18 10:09:43 +03:00
-- 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
dofile(modpath.."/treecutter.lua")
2018-06-19 21:08:28 +03:00
dofile(modpath.."/craftitems.lua")
2018-08-12 18:05:39 +03:00
dofile(modpath.."/nodes.lua")
dofile(modpath.."/fluids.lua")
2018-08-12 18:05:39 +03:00
dofile(modpath.."/machines/init.lua")
2018-06-21 11:09:01 +03:00
dofile(modpath.."/crafting.lua")