Remove unneeded dependency

master
Hybrid Dog 2017-08-21 17:34:53 +02:00
parent a46f47ffa2
commit f8cdc0ca3c
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
default?
dye?
vector_extras

View File

@ -67,7 +67,7 @@ local mode_infos = {
single = "Replace single node.",
field = "Left click: Replace field of nodes of a kind where a translucent node is in front of it. Right click: Replace field of air where no translucent node is behind the air.",
crust = "Left click: Replace nodes which touch another one of its kind and a translucent node, e.g. air. Right click: Replace air nodes which touch the crust",
chunkborder = "Replace mantle of nodes touching each other.",
chunkborder = "TODO",
}
local modes = {"single", "field", "crust", "chunkborder"}
for n = 1,#modes do