diff --git a/changelog.txt b/changelog.txt index 485f2aaa..78aa34ed 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Date: ??? Changes: - fix zungrugor and numals not registering farms - fixed that fawogae mk4 and fawogae mk5 were both unlocked at the same science tier (py4) + - buffed the useless coal->fawogae recipe by 10X (its still not great) --------------------------------------------------------------------------------------------------- Version: 2.1.12 Date: 2023-11-22 diff --git a/prototypes/updates/pyrawores-updates.lua b/prototypes/updates/pyrawores-updates.lua index edfd10eb..a8a17500 100644 --- a/prototypes/updates/pyrawores-updates.lua +++ b/prototypes/updates/pyrawores-updates.lua @@ -222,4 +222,6 @@ RECIPE { RECIPE('nexelit-mine'):remove_unlock('big-mines').hidden = true data.raw['resource']['nexelit-rock'].autoplace = nil data.raw['autoplace-control']['nexelit-rock'] = nil -data.raw['noise-layer']['nexelit-rock'] = nil \ No newline at end of file +data.raw['noise-layer']['nexelit-rock'] = nil + +data.raw.recipe['coal-fawogae'].ingredients[1].amount = 1 \ No newline at end of file