est31
2015-06-18 a793747d92d9b1d93153c7fb4e0c82fe90624c78
commit | author | age
5d470c 1 local path = technic.modpath.."/machines/other"
S 2
3 -- mesecons and tubes related
4 dofile(path.."/injector.lua")
5 dofile(path.."/constructor.lua")
137695 6
T 7 if technic.config:get_bool("enable_frames") and minetest.get_modpath("mesecons_mvps") ~= nil then
52e701 8     dofile(path.."/frames.lua")
N 9 end
137695 10
a79374 11 -- Coal-powered machines
E 12 dofile(path.."/coal_alloy_furnace.lua")
13 dofile(path.."/coal_furnace.lua")
14
b001a6 15 dofile(path.."/anchor.lua")