From bbe754bd6188a9457080699f7df28eee6b410040 Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Sun, 18 Aug 2024 17:35:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20?= =?UTF-8?q?=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=20"=D0=A5=D0=B8=D0=BC=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=B3=D0=BE=20=D0=B8=D1=81=D1=81?= =?UTF-8?q?=D0=BB=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=B3=D0=BE=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82?= =?UTF-8?q?=D0=B0"=20=D0=BD=D0=B0=202=D1=88=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bobtech/prototypes/recipe/recipe-updates.lua | 1 + mod-list.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bobtech/prototypes/recipe/recipe-updates.lua b/bobtech/prototypes/recipe/recipe-updates.lua index 84193280..28d4b533 100644 --- a/bobtech/prototypes/recipe/recipe-updates.lua +++ b/bobtech/prototypes/recipe/recipe-updates.lua @@ -33,6 +33,7 @@ end data.raw.recipe["utility-science-pack"].energy_required = 28 data.raw.recipe["utility-science-pack"].result_count = 4 +data.raw.recipe["chemical-science-pack"].result_count = 2 if settings.startup["bobmods-burnerphase"].value == true then bobmods.lib.recipe.add_new_ingredient("lab", { "burner-lab", 1 }) diff --git a/mod-list.json b/mod-list.json index 22e6bf96..371bb536 100644 --- a/mod-list.json +++ b/mod-list.json @@ -320,7 +320,7 @@ { "name": "DeleteEmptyChunks", - "enabled": false + "enabled": true }, {