mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-17 15:48:28 +01:00
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");
|