From 3feb1339915dd253863cc4160cab138964ead538 Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Thu, 12 Sep 2019 19:33:13 +0200 Subject: [PATCH] another one --- technic/machines/register/extractor_recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua index 28da306..8c9f3d1 100644 --- a/technic/machines/register/extractor_recipes.lua +++ b/technic/machines/register/extractor_recipes.lua @@ -24,7 +24,7 @@ if minetest.get_modpath("dye") then {"flowers:dandelion_white", "dye:white 4"}, {"flowers:dandelion_yellow", "dye:yellow 4"}, {"flowers:tulip", "dye:orange 4"}, - {"flowers:tulip_black" "dye:black 8"}, + {"flowers:tulip_black", "dye:black 8"}, {"flowers:rose", "dye:red 4"}, {"flowers:viola", "dye:violet 4"}, {"bushes:blackberry", unifieddyes and "unifieddyes:magenta_s50 4" or "dye:violet 4"},