Added integration for Angel's.

This commit is contained in:
Adamo 2020-06-28 04:09:16 -04:00
parent 4e3328da4f
commit 7159695010
2 changed files with 79 additions and 59 deletions

View File

@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.2.2
Date: 2020-06-26
Changes:
- Added integration for Angel's Petrochem Hydrofluoric Acid.
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: 2020-06-26

View File

@ -281,7 +281,22 @@ reactor.heat_buffer.heat_glow = {
}
}
}
adamomods.logging=true
if not data.raw.fluid["adamo-chemical-hydrofluoric-acid"] then
if data.raw.fluid["liquid-hydrofluoric-acid"] then
for _,recipe in pairs(data.raw.recipe) do
if recipe_uses(recipe,"adamo-chemical-hydrofluoric-acid")
then
replace_recipe_io(
recipe,
"adamo-chemical-hydrofluoric-acid",
"liquid-hydrofluoric-acid"
)
end
end
else
local hydrofluoric_acid_fluid = {
type = "fluid",
name = "adamo-chemical-hydrofluoric-acid",
@ -338,11 +353,9 @@ if not data.raw.fluid["adamo-chemical-hydrofluoric-acid"] then
recipe = "adamo-chemical-hydrofluoric-acid"
}
)
end
end
adamomods.logging=true
if settings.startup["adamo-nuclear-recipe-trolling"].value then
for _,recipe in pairs(data.raw.recipe) do
if recipe_uses(recipe,"uranium-238") then