1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-24 21:50:16 +02:00
server-nalc/mods/mesecons/mesecons_extrawires/init.lua
LeMagnesium 736d4e6951 Adding again mesecons
- It's an easier way to update it than to copy the files over the old ones..

Signed-off-by: LeMagnesium <mg.minetest@gmail.com>
2014-11-29 20:24:59 +01:00

6 lines
350 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").."/vertical.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/mesewire.lua");