From f76a3de1c8f6f791e8503ec58753c414831b296a Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Mon, 1 Jan 2024 10:37:37 -0600 Subject: [PATCH] raw coal big mine buff --- changelog.txt | 3 ++- prototypes/updates/pyrawores-updates.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index fa06e885..38aad938 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,7 +4,8 @@ Date: ??? Changes: - fix zungrugor and numals not being disabled even when they had no animal modules - fixed that fawogae mk4 and fawogae mk5 were both unlocked at the same science tier (py4) - - buffed the fawogae->coal recipe by requiring 1 fawogae input instead of 10 + - buffed the fawogae->coal recipe by requiring 2 fawogae inputs instead of 10 + - buffed the raw coal big mine by changing its output to coarse coal instead of raw coal - added a new recipe for cumene+nickel+arthropod blood into organic solvent - buffed bioprinting by removing primers from the pluripotent stem cells recipes - fixed that bioprinting stage 2 unlocked both mk1 and mk2 of brain printing. mk1 recipe moved down to bioprinting stage 1 diff --git a/prototypes/updates/pyrawores-updates.lua b/prototypes/updates/pyrawores-updates.lua index a8a17500..f1aa7c6d 100644 --- a/prototypes/updates/pyrawores-updates.lua +++ b/prototypes/updates/pyrawores-updates.lua @@ -224,4 +224,5 @@ data.raw['resource']['nexelit-rock'].autoplace = nil data.raw['autoplace-control']['nexelit-rock'] = nil data.raw['noise-layer']['nexelit-rock'] = nil -data.raw.recipe['coal-fawogae'].ingredients[1].amount = 1 \ No newline at end of file +data.raw.recipe['coal-fawogae'].ingredients[1].amount = 2 +data.raw.resource['coal-rock'].minable.results[1][1] = 'coarse-coal' \ No newline at end of file