dofile(minetest.get_modpath("basic_machines").."/technic_power.lua")-- technic power for mover
dofile(minetest.get_modpath("basic_machines").."/recycler.lua")-- recycle old used tools
dofile(minetest.get_modpath("basic_machines").."/grinder.lua")-- grind materials into dusts
dofile(minetest.get_modpath("basic_machines").."/autocrafter.lua")-- borrowed and adapted from pipeworks mod
dofile(minetest.get_modpath("basic_machines").."/constructor.lua")-- enable crafting of all machines
dofile(minetest.get_modpath("basic_machines").."/protect.lua")-- enable interaction with players, adds local on protect/chat event handling
-- OPTIONAL ADDITIONAL STUFF ( comment to disable )
dofile(minetest.get_modpath("basic_machines").."/ball.lua")-- interactive flying ball, can activate blocks or be used as a weapon
dofile(minetest.get_modpath("basic_machines").."/enviro.lua")-- enviro blocks that can change surrounding enviroment physics, uncomment spawn/join code to change global physics, disabled by default
-- dofile(minetest.get_modpath("basic_machines").."/mesecon_doors.lua") -- if you want open/close doors with signal, also steel doors are made impervious to dig through, removal by repeat punch