From f354f65f008008dea90912fe9df41fedd3b03998 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sun, 16 Apr 2023 03:23:32 -0700 Subject: [PATCH] lifesupport canister recipe --- changelog.txt | 5 +++++ info.json | 2 +- prototypes/recipe-updates-se.lua | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index fe28488..356dfd1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.14 +Date: 2023-04-16 + Changes: + - SE: Lifesupport canisters no longer require processing units +--------------------------------------------------------------------------------------------------- Version: 0.0.13 Date: 2023-04-10 Changes: diff --git a/info.json b/info.json index dc63e43..4fbe4ec 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgold", - "version": "0.0.13", + "version": "0.0.14", "factorio_version": "1.1", "title": "Noble Metals", "author": "Brevven", diff --git a/prototypes/recipe-updates-se.lua b/prototypes/recipe-updates-se.lua index 5376f37..335681e 100644 --- a/prototypes/recipe-updates-se.lua +++ b/prototypes/recipe-updates-se.lua @@ -10,6 +10,7 @@ if util.se6() then util.replace_ingredient("se-space-decontamination-facility", "processing-unit", "advanced-circuit", 20) util.replace_ingredient("se-space-supercomputer-1", "processing-unit", "advanced-circuit", 200) util.replace_ingredient("se-space-science-lab", "processing-unit", "advanced-circuit", 100) + util.replace_ingredient("se-empty-lifesupport-canister", "processing-unit", "advanced-circuit", 5) util.remove_prerequisite("se-meteor-defence", "advanced-electronics-2") util.add_prerequisite("se-meteor-defence", "se-rocket-science-pack")