diff --git a/angelsrefining/prototypes/recipes/water-treatment-recipes.lua b/angelsrefining/prototypes/recipes/water-treatment-recipes.lua index b5d0c3ca..83122439 100644 --- a/angelsrefining/prototypes/recipes/water-treatment-recipes.lua +++ b/angelsrefining/prototypes/recipes/water-treatment-recipes.lua @@ -274,7 +274,7 @@ data:extend({ { type = "fluid", name = "thermal-water", amount = 1000 }, }, results = { - { type = "item", name = "solid-lithium", amount = 20 }, + { type = "item", name = "solid-lithium", amount = 100 }, }, icon_size = 32, crafting_machine_tint = angelsmods.functions.get_fluid_recipe_tint("thermal-water"), diff --git a/bobrevamp/prototypes/hard-mode.lua b/bobrevamp/prototypes/hard-mode.lua index 2c6af891..d8bfcf3c 100644 --- a/bobrevamp/prototypes/hard-mode.lua +++ b/bobrevamp/prototypes/hard-mode.lua @@ -121,12 +121,12 @@ if bobmods.plates and settings.startup["bobmods-revamp-hardmode"].value == true enabled = false, energy_required = 1, ingredients = { - { type = "item", name = "lithium-chloride", amount = 1 }, + { type = "item", name = "lithium-chloride", amount = 2 }, { type = "item", name = "sodium-perchlorate", amount = 1 }, }, main_product = "lithium-perchlorate", results = { - { type = "item", name = "lithium-perchlorate", amount = 1 }, + { type = "item", name = "lithium-perchlorate", amount = 3 }, { type = "item", name = "salt", amount = 1, catalyst_amount = 1 }, }, allow_decomposition = false,