Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion prototypes/recipes/recipes-er.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down