forked from VoxeLibre/VoxeLibre
Remove unused mesecons_extrawires mod
This commit is contained in:
parent
079c0898c0
commit
5b7e969a71
|
@ -1 +0,0 @@
|
|||
mesecons
|
|
@ -1,3 +0,0 @@
|
|||
-- 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").."/mesewire.lua");
|
|
@ -1,9 +0,0 @@
|
|||
local mesewire_rules =
|
||||
{
|
||||
{x = 1, y = 0, z = 0},
|
||||
{x =-1, y = 0, z = 0},
|
||||
{x = 0, y = 1, z = 0},
|
||||
{x = 0, y =-1, z = 0},
|
||||
{x = 0, y = 0, z = 1},
|
||||
{x = 0, y = 0, z =-1},
|
||||
}
|
Loading…
Reference in New Issue