elepower/elepower_farming/init.lua

15 lines
417 B
Lua
Raw Permalink Normal View History

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