diff --git a/changelog.txt b/changelog.txt index 7b0afcff..55b1c55b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version: 4.0.0 Date: ??? Changes: + - Erbium Nickel Cobalt Alloy 2 recipe now produces 5 alloy instead of 1. - Antimony Drills now display correct power consumption and dont allow efficency modules. Resolves https://github.com/pyanodon/pybugreports/issues/1007 - Buffed the recipe speed of plutonium reshuffle by 4x. - Removed efficiency modules from power plants. Already placed modules will continue to work, but beacons won't. diff --git a/prototypes/recipes/recipes-er.lua b/prototypes/recipes/recipes-er.lua index 265c0106..acb29043 100644 --- a/prototypes/recipes/recipes-er.lua +++ b/prototypes/recipes/recipes-er.lua @@ -98,7 +98,7 @@ RECIPE { {type = "item", name = "cobalt-sulfate-02", amount = 2}, }, results = { - {type = "item", name = "ernico", amount = 1}, + {type = "item", name = "ernico", amount = 5}, }, --main_product = "eg-si", }:add_unlock("alloys-mk05")