4394beec6a
Integrated into the game is most of minetest_game as the stable base
7 lines
424 B
Lua
7 lines
424 B
Lua
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").."/doublecorner.lua");
|
|
dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");
|
|
dofile(minetest.get_modpath("mesecons_extrawires").."/mesewire.lua");
|