summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/init.lua
diff options
context:
space:
mode:
authorkhonkhortisan <khonkhortisan@gmail.com>2013-06-19 19:38:34 -0700
committerkhonkhortisan <khonkhortisan@gmail.com>2013-06-20 09:30:26 -0700
commit885899cbaf6ccb2d22a3495131204ea0d01131ed (patch)
tree93269364b92cfa582cbd027f428934161fb9c82d /mesecons_extrawires/init.lua
parent6efe579f68eff1deaa08cf34e44d0c0411f8c498 (diff)
downloadmesecons-885899cbaf6ccb2d22a3495131204ea0d01131ed.tar
mesecons-885899cbaf6ccb2d22a3495131204ea0d01131ed.tar.gz
mesecons-885899cbaf6ccb2d22a3495131204ea0d01131ed.tar.bz2
mesecons-885899cbaf6ccb2d22a3495131204ea0d01131ed.tar.xz
mesecons-885899cbaf6ccb2d22a3495131204ea0d01131ed.zip
Crossover
Diffstat (limited to 'mesecons_extrawires/init.lua')
-rw-r--r--mesecons_extrawires/init.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesecons_extrawires/init.lua b/mesecons_extrawires/init.lua
index c076e3d..b22f2e5 100644
--- a/mesecons_extrawires/init.lua
+++ b/mesecons_extrawires/init.lua
@@ -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");