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:
5
mods/mesecons/mesecons_extrawires/init.lua
Normal file
5
mods/mesecons/mesecons_extrawires/init.lua
Normal 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");
|
||||
Reference in New Issue
Block a user