elepower/elepower_farming/init.lua

15 lines
417 B
Lua
Raw Normal View History

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