Crossover

This commit is contained in:
khonkhortisan
2013-06-19 19:38:34 -07:00
parent 6efe579f68
commit 885899cbaf
9 changed files with 409 additions and 97 deletions

View File

@ -1,5 +1,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").."/crossover.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/tjunction.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/corner.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");