Merge branch 'master' into 'master'

Fixed yield for crafted dyes.

See merge request VanessaE/unifieddyes!2
This commit is contained in:
Vanessa Dannenberg 2019-02-07 15:19:47 +00:00
commit f59c8affc1
1 changed files with 1 additions and 1 deletions

View File

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