diff options
author | khonkhortisan <khonkhortisan@gmail.com> | 2013-08-27 22:22:30 -0700 |
---|---|---|
committer | khonkhortisan <khonkhortisan@gmail.com> | 2013-08-27 22:22:30 -0700 |
commit | 913e355a718c41551fe0e29ff1356e11d669ac73 (patch) | |
tree | a1ae8ead16928c75e5d27c7b1191e3bb033b24a5 /mesecons_extrawires/init.lua | |
parent | 96011bc71816b5e9eb2cc6c86f009198dfb1146c (diff) | |
parent | 885899cbaf6ccb2d22a3495131204ea0d01131ed (diff) |
Merge pull request #112 from khonkhortisan/multi_rules
Multi rules
Merged for near-future textures to be merged cleanly.
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"); |