mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-05 06:53:44 +01:00
5 lines
290 B
Lua
5 lines
290 B
Lua
-- 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").."/tjunction.lua");
|
|
dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");
|