Remove unused mesecons_extrawires mod

This commit is contained in:
Wuzzy 2017-03-11 07:15:39 +01:00
parent 079c0898c0
commit 5b7e969a71
3 changed files with 0 additions and 13 deletions

View File

@ -1 +0,0 @@
mesecons

View File

@ -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");

View File

@ -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},
}