have them deactivated by default due to a larger collection of associated issues including but not limited to * #170 * #216 * item duplication involving templates * runaway machines * traversal loop issues with huge machines leading to lag-outs
12 lines
303 B
Lua
12 lines
303 B
Lua
local path = technic.modpath.."/machines/other"
|
|
|
|
-- mesecons and tubes related
|
|
dofile(path.."/injector.lua")
|
|
dofile(path.."/constructor.lua")
|
|
|
|
if technic.config:get_bool("enable_frames") and minetest.get_modpath("mesecons_mvps") ~= nil then
|
|
dofile(path.."/frames.lua")
|
|
end
|
|
|
|
dofile(path.."/anchor.lua")
|