diff --git a/changelog.txt b/changelog.txt index 38aad938..fa06e885 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,8 +4,7 @@ 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 2 fawogae inputs instead of 10 - - buffed the raw coal big mine by changing its output to coarse coal instead of raw coal + - buffed the fawogae->coal recipe by requiring 1 fawogae input instead of 10 - 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 f1aa7c6d..a8a17500 100644 --- a/prototypes/updates/pyrawores-updates.lua +++ b/prototypes/updates/pyrawores-updates.lua @@ -224,5 +224,4 @@ 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 = 2 -data.raw.resource['coal-rock'].minable.results[1][1] = 'coarse-coal' \ No newline at end of file +data.raw.recipe['coal-fawogae'].ingredients[1].amount = 1 \ No newline at end of file