For those of us that uses mods that makes havoc with the Quality setup, could you please consider to change the following code for the future?
In prototypes\science.lua line 127 - 141: (Version 1.3.3.)
New code: (Its only the first and last line that is the change)
if data.raw.technology["legendary-quality"] then
data.raw.technology["legendary-quality"].prerequisites = {"promethium-science-pack-dupe", "epic-quality"}
data.raw.technology["legendary-quality"].unit =
{
count = 5000,
ingredients =
{
{ "automation-science-pack", 1 },
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
{ "production-science-pack", 1 },
{ "utility-science-pack", 1 },
{"promethium-science-pack", 1}
},
time = 60
}
end