Skip to content

Commit

Permalink
This shouldn't be a recipe replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 11, 2024
1 parent 40b2e4c commit dee173c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion prototypes/upgrades/fawogae.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit dee173c

Please sign in to comment.