Add experimental 'corner' wire, an insulated bended wire (needs textures and maybe rename it)

This commit is contained in:
Jeija
2012-12-27 09:54:19 +01:00
parent 7fe4947056
commit d1ace465c7
4 changed files with 91 additions and 10 deletions

View File

@ -1,4 +1,5 @@
-- dofile(minetest.get_modpath("mesecons_extrawires").."/crossing.lua");
-- The crossing code is not active right now because it is hard to maintain
dofile(minetest.get_modpath("mesecons_extrawires").."/tjunction.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/corner.lua");
dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");