diff --git a/angelsrefining/prototypes/recipes/water-treatment-recipes.lua b/angelsrefining/prototypes/recipes/water-treatment-recipes.lua index 64cd9295..5608a1e8 100644 --- a/angelsrefining/prototypes/recipes/water-treatment-recipes.lua +++ b/angelsrefining/prototypes/recipes/water-treatment-recipes.lua @@ -78,7 +78,7 @@ data:extend({ results = { { type = "fluid", name = "water-mineralized", amount = 20 }, { type = "fluid", name = "water-purified", amount = 70 }, - { type = "item", name = "sulfur", amount = 3 }, + { type = "item", name = "sulfur", amount = 1 }, }, always_show_products = true, icons = angelsmods.functions.create_liquid_recipe_icon({ diff --git a/angelssmelting/prototypes/recipes/smelting-copper.lua b/angelssmelting/prototypes/recipes/smelting-copper.lua index ded5f74a..b8419bf1 100644 --- a/angelssmelting/prototypes/recipes/smelting-copper.lua +++ b/angelssmelting/prototypes/recipes/smelting-copper.lua @@ -106,7 +106,7 @@ data:extend({ { type = "fluid", name = "liquid-sulfuric-acid", amount = 30 }, }, results = { - { type = "item", name = "ingot-copper", amount = 24 }, + { type = "item", name = "ingot-copper", amount = 12 }, }, icons = angelsmods.functions.add_number_icon_layer( angelsmods.functions.get_object_icons("ingot-copper"), @@ -269,7 +269,7 @@ data:extend({ { type = "fluid", name = "liquid-coolant", amount = 40 }, }, results = { - { type = "item", name = "angels-wire-coil-copper", amount = 12 }, + { type = "item", name = "angels-wire-coil-copper", amount = 8 }, { type = "fluid", name = "liquid-coolant-used", amount = 40, temperature = 300 }, }, main_product = "angels-wire-coil-copper",