summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/init.lua
blob: c076e3de6b8b38cb5fe88f4b32097bbfb6c4d793 (plain)
1
2
3
4
5
6
-- 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").."/corner.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/mesewire.lua");