elepower/elepower_farming/machines/init.lua

15 lines
349 B
Lua

local mp = elefarm.modpath.."/machines/"
dofile(mp.."fluids.lua")
dofile(mp.."planter.lua")
dofile(mp.."harvester.lua")
dofile(mp.."tree_extractor.lua")
dofile(mp.."tree_processor.lua")
dofile(mp.."composter.lua")
-- Mobs Redo support
if minetest.get_modpath("mobs") ~= nil and mobs.mod and mobs.mod == "redo" then
dofile(mp.."spawner.lua")
end