forked from Mirrorlandia_minetest/mesecons
9fda51b650
* Add insulated double corner * Make single corner curved to match double corner * Remove obsolete regular corner textures
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");
|