1
0
mirror of https://github.com/mt-mods/unifieddyes.git synced 2025-11-06 18:35:23 +01:00

Fix yield for vermilion recipe (#25)

This commit is contained in:
Thomas--S
2025-11-05 00:44:17 +01:00
committed by GitHub
parent 3fc82f9245
commit 4229eabe65

View File

@@ -140,7 +140,7 @@ unifieddyes.palette_has_color["wallmounted_light_red"] = true
unifieddyes.base_color_crafts = { unifieddyes.base_color_crafts = {
{ "red", "flowers:rose", nil, nil, nil, nil, 4 }, { "red", "flowers:rose", nil, nil, nil, nil, 4 },
{ "vermilion", "dye:red", "dye:orange", nil, nil, nil, 3 }, { "vermilion", "dye:red", "dye:orange", nil, nil, nil, 2 },
{ "orange", "flowers:tulip", nil, nil, nil, nil, 4 }, { "orange", "flowers:tulip", nil, nil, nil, nil, 4 },
{ "orange", "dye:red", "dye:yellow", nil, nil, nil, 2 }, { "orange", "dye:red", "dye:yellow", nil, nil, nil, 2 },
{ "amber", "dye:orange", "dye:yellow", nil, nil, nil, 2 }, { "amber", "dye:orange", "dye:yellow", nil, nil, nil, 2 },