From 6a6bbf190ec97458b610788764357063515ac0e8 Mon Sep 17 00:00:00 2001 From: Brevven Date: Fri, 31 Dec 2021 04:23:32 -0800 Subject: [PATCH] SE recipe updates --- carbon-recipe-updates.lua | 7 ++++++- changelog.txt | 6 ++++++ info.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/carbon-recipe-updates.lua b/carbon-recipe-updates.lua index 5a4033e..7ee01c5 100644 --- a/carbon-recipe-updates.lua +++ b/carbon-recipe-updates.lua @@ -27,13 +27,17 @@ if util.me.use_fullerenes() then util.add_prerequisite("military-3", "fullerenes") util.replace_some_ingredient("poison-capsule", "coal", 9, "fullerenes", 90) util.replace_some_ingredient("slowdown-capsule", "coal", 4, "fullerenes", 40) + -- K2 util.add_ingredient("kr-biter-virus", "fullerenes", 100) util.add_ingredient("kr-creep-virus", "fullerenes", 100) util.replace_some_ingredient("kr-biomass-growing", "petroleum-gas", 25, "fullerenes", 25) + -- SE util.add_ingredient("se-vitalic-reagent", "fullerenes", 4) util.add_ingredient("se-medpack-2", "fullerenes", 100) + util.add_ingredient("se-nutrient-gel", "fullerene", 5) + util.add_ingredient("se-nutrient-gel-coal", "fullerene", 5) end @@ -161,7 +165,8 @@ util.add_ingredient("se-quantum-processor", "graphene", 1) util.add_ingredient("se-space-solar-panel-2", "graphene", 4) util.add_ingredient("se-biochemical-resistance-data", "graphene", 1) util.add_ingredient("se-tensile-strength-data", "graphene", 1) -util.add_ingredient("se-space-biochemical-facility", "graphene", 4) +util.add_ingredient("se-space-biochemical-laboratory", "graphene", 4) +util.add_ingredient("se-space-decontamination-facility", "graphene", 10) util.add_ingredient("se-space-genetics-facility", "graphene", 20) util.add_ingredient("se-space-growth-facility", "graphene", 4) util.add_ingredient("se-nanomaterial", "graphene", 1) diff --git a/changelog.txt b/changelog.txt index e087721..6bc3d32 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.4 +Date: 2022-01-01 + Changes: + - SE: More facility recipes + SE: Nutrient gel +--------------------------------------------------------------------------------------------------- Version: 0.0.3 Date: 2021-12-31 Changes: diff --git a/info.json b/info.json index d330af1..be6d416 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzcarbon", - "version": "0.0.3", + "version": "0.0.4", "factorio_version": "1.1", "title": "Graphite & Diamonds", "author": "Brevven",