init.lua 358 B

123456
  1. -- dofile(minetest.get_modpath("mesecons_extrawires").."/crossing.lua");
  2. -- The crossing code is not active right now because it is hard to maintain
  3. dofile(minetest.get_modpath("mesecons_extrawires").."/tjunction.lua");
  4. dofile(minetest.get_modpath("mesecons_extrawires").."/corner.lua");
  5. dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");