summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/init.lua
blob: 31dfcd2f554231a036111ff1897fd62ff455ea44 (plain)
1
2
3
4
-- dofile(minetest.get_modpath("mesecons_extrawires").."/crossing.lua");
-- The crossing code is not active right now because it is hard to maintain
dofile(minetest.get_modpath("mesecons_extrawires").."/tjunction.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");