1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 23:25:28 +01:00

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>
This commit is contained in:
LeMagnesium
2014-11-29 20:24:59 +01:00
parent 83acee73fd
commit 736d4e6951
247 changed files with 7633 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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");