Compare commits
2 commits
e5841f4467
...
be3de186f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be3de186f2 | ||
| 29eed595fa |
2 changed files with 7 additions and 2 deletions
|
|
@ -869,8 +869,8 @@ function util.replace_ingredients_prior_to(tech, old, new, multiplier)
|
||||||
end
|
end
|
||||||
util.remove_prior_unlocks(tech, old)
|
util.remove_prior_unlocks(tech, old)
|
||||||
for i, recipe in pairs(data.raw.recipe) do
|
for i, recipe in pairs(data.raw.recipe) do
|
||||||
if (recipe.enabled and recipe.enabled ~= 'false')
|
if (recipe.enabled and recipe.enabled ~= false)
|
||||||
and (not recipe.hidden or recipe.hidden == 'true') -- probably don't want to change hidden recipes
|
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 :(
|
and string.sub(recipe.name, 1, 3) ~= 'se-' -- have to exlude SE in general :(
|
||||||
then
|
then
|
||||||
-- log("BZZZ due to 'enabled' replacing " .. old .. " with " .. new .." in " .. recipe.name) -- Handy Debug :|
|
-- log("BZZZ due to 'enabled' replacing " .. old .. " with " .. new .." in " .. recipe.name) -- Handy Debug :|
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,15 @@
|
||||||
"base >= 2.0.0",
|
"base >= 2.0.0",
|
||||||
"? bismuth",
|
"? bismuth",
|
||||||
"? BrassTacks-Updated",
|
"? BrassTacks-Updated",
|
||||||
|
"? bzcarbon",
|
||||||
"? bzcarbon2",
|
"? bzcarbon2",
|
||||||
|
"? bzfoundry",
|
||||||
"? bzfoundry2",
|
"? bzfoundry2",
|
||||||
|
"? bzlead",
|
||||||
"? bzlead2",
|
"? bzlead2",
|
||||||
|
"? bzsilicon",
|
||||||
"? bzsilicon2",
|
"? bzsilicon2",
|
||||||
|
"? bztin",
|
||||||
"? bztin2",
|
"? bztin2",
|
||||||
"? IfNickel-Updated",
|
"? IfNickel-Updated",
|
||||||
"? Krastorio2",
|
"? Krastorio2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue