From 667bce80b96b98449edb2c85ce4de50d1674769c Mon Sep 17 00:00:00 2001 From: Michal Cieslakiewicz Date: Thu, 7 Feb 2019 10:08:04 +0100 Subject: [PATCH] Fixed yield for crafted dyes. Fix a bug that caused multiple inconsistent recipes to appear (identical dye resources gave different dye output quantity). Signed-off-by: Michal Cieslakiewicz --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 673eef1..b692810 100644 --- a/init.lua +++ b/init.lua @@ -1431,7 +1431,7 @@ for _,i in ipairs(unifieddyes.base_color_crafts) do minetest.register_craft( { type = "shapeless", - output = "dye:"..j[1]..color..j[2].." "..yield, + output = "dye:"..j[1]..color..j[2].." "..j[6], recipe = { "dye:"..color, firstdye,