diff --git a/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua b/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua index eba836b3..4701a302 100644 --- a/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua +++ b/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua @@ -97,7 +97,7 @@ data:extend({ energy_required = 2, enabled = false, ingredients = { - { type = "fluid", name = "gas-hydrogen-chloride", amount = 100 }, + { type = "fluid", name = "gas-hydrogen-chloride", amount = 50 }, { type = "fluid", name = "water-purified", amount = 50 }, }, results = { diff --git a/angelspetrochem/prototypes/recipes/petrochem-sodium.lua b/angelspetrochem/prototypes/recipes/petrochem-sodium.lua index a6ab166c..f078a705 100644 --- a/angelspetrochem/prototypes/recipes/petrochem-sodium.lua +++ b/angelspetrochem/prototypes/recipes/petrochem-sodium.lua @@ -13,7 +13,7 @@ data:extend({ { type = "item", name = "angels-electrode", amount = 1 }, }, results = { - { type = "fluid", name = "gas-chlorine", amount = 50 }, + { type = "fluid", name = "gas-chlorine", amount = 100 }, { type = "item", name = "solid-sodium", amount = 5 }, { type = "item", name = "angels-electrode-used", amount = 1, catalyst_amount = 1 }, },