technic/technic/machines/other/init.lua

16 lines
403 B
Lua
Raw Normal View History

2013-07-11 18:19:09 +02:00
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
2014-01-03 13:39:12 +01:00
dofile(path.."/frames.lua")
end
-- Coal-powered machines
dofile(path.."/coal_alloy_furnace.lua")
dofile(path.."/coal_furnace.lua")
2014-08-13 20:07:53 +02:00
dofile(path.."/anchor.lua")