diff --git a/changelog.txt b/changelog.txt index 0c3cc4b9..e8574687 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.1.15 +Date: ? + Changes: + - Buffed fawogae path 3. No longer replaces the fawogae -> raw coal recipe and instead lets you have both. +--------------------------------------------------------------------------------------------------- Version: 2.1.14 Date: 2024-1-10 Changes: diff --git a/prototypes/upgrades/fawogae.lua b/prototypes/upgrades/fawogae.lua index 51d59839..55af509d 100644 --- a/prototypes/upgrades/fawogae.lua +++ b/prototypes/upgrades/fawogae.lua @@ -126,7 +126,7 @@ return { order = 'c-a', effects = { -- the effects the tech will have on the building. valid types: 'module-effects', 'unlock-recipe', 'recipe-replacement', 'machine-replacement' {consumption = 3.5, type = 'module-effects'}, - {old = 'coal-fawogae', new = 'coal-fawogae-buffed', type = 'recipe-replacement'}, + {recipe = 'coal-fawogae-buffed', type = 'unlock-recipe'}, {old = 'fawogae-plantation-mk01', new = 'fawogae-plantation-mk01-with-pressure-pump', type = 'recipe-replacement'}, {old = 'fawogae-plantation-mk02', new = 'fawogae-plantation-mk02-with-pressure-pump', type = 'recipe-replacement'}, {old = 'fawogae-plantation-mk03', new = 'fawogae-plantation-mk03-with-pressure-pump', type = 'recipe-replacement'},