summaryrefslogtreecommitdiff
path: root/technic/technic/machines/other/init.lua
blob: f4a82f07496cb0f55cf2f02120c0532871577f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

-- Coal-powered machines
dofile(path.."/coal_alloy_furnace.lua")
dofile(path.."/coal_furnace.lua")

dofile(path.."/anchor.lua")