diff --git a/Indium2/data-util.lua b/Indium2/data-util.lua index 76dd950..52c9094 100644 --- a/Indium2/data-util.lua +++ b/Indium2/data-util.lua @@ -869,8 +869,8 @@ function util.replace_ingredients_prior_to(tech, old, new, multiplier) end util.remove_prior_unlocks(tech, old) for i, recipe in pairs(data.raw.recipe) do - if (recipe.enabled and recipe.enabled ~= false) - and (not recipe.hidden or recipe.hidden == true) -- probably don't want to change hidden recipes + if (recipe.enabled and recipe.enabled ~= 'false') + and (not recipe.hidden or recipe.hidden == 'true') -- probably don't want to change hidden recipes and string.sub(recipe.name, 1, 3) ~= 'se-' -- have to exlude SE in general :( then -- log("BZZZ due to 'enabled' replacing " .. old .. " with " .. new .." in " .. recipe.name) -- Handy Debug :| diff --git a/Indium2/info.json b/Indium2/info.json index 74d7857..117fd76 100644 --- a/Indium2/info.json +++ b/Indium2/info.json @@ -10,15 +10,10 @@ "base >= 2.0.0", "? bismuth", "? BrassTacks-Updated", - "? bzcarbon", "? bzcarbon2", - "? bzfoundry", "? bzfoundry2", - "? bzlead", "? bzlead2", - "? bzsilicon", "? bzsilicon2", - "? bztin", "? bztin2", "? IfNickel-Updated", "? Krastorio2",