From c29d5a8cc9337c4c44e73fb65ce814571af0b7ac Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Fri, 8 May 2026 22:42:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D0=BE=D0=B2?= =?UTF-8?q?:=20-=20=D0=A1=D0=BE=D0=BB=D0=B8=20=D0=BB=D0=B8=D1=82=D0=B8?= =?UTF-8?q?=D1=8F=20-=20=D0=AD=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=20=D0=BB=D0=B8=D1=82=D1=8C=D0=B5=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=20=D0=B2=D0=BE=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angelsrefining/prototypes/recipes/water-treatment-recipes.lua | 2 +- bobrevamp/prototypes/hard-mode.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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,