diff options
author | khonkhortisan <khonkhortisan@gmail.com> | 2013-06-19 19:38:34 -0700 |
---|---|---|
committer | khonkhortisan <khonkhortisan@gmail.com> | 2013-06-20 09:30:26 -0700 |
commit | 885899cbaf6ccb2d22a3495131204ea0d01131ed (patch) | |
tree | 93269364b92cfa582cbd027f428934161fb9c82d /mesecons_extrawires/init.lua | |
parent | 6efe579f68eff1deaa08cf34e44d0c0411f8c498 (diff) |
Crossover
Diffstat (limited to 'mesecons_extrawires/init.lua')
-rw-r--r-- | mesecons_extrawires/init.lua | 3 |
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"); |