Emon
2016-05-18 413d20d6c83a218c63fcb4fbf840010d1d380f86
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")