Skip to content

Commit

Permalink
Revert "raw coal big mine buff"
Browse files Browse the repository at this point in the history
This reverts commit f76a3de.
  • Loading branch information
notnotmelon committed Jan 2, 2024
1 parent f76a3de commit 0fb44f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Date: ???
Changes:
- fix zungrugor and numals not being disabled even when they had no animal modules
- fixed that fawogae mk4 and fawogae mk5 were both unlocked at the same science tier (py4)
- buffed the fawogae->coal recipe by requiring 2 fawogae inputs instead of 10
- buffed the raw coal big mine by changing its output to coarse coal instead of raw coal
- buffed the fawogae->coal recipe by requiring 1 fawogae input instead of 10
- added a new recipe for cumene+nickel+arthropod blood into organic solvent
- buffed bioprinting by removing primers from the pluripotent stem cells recipes
- fixed that bioprinting stage 2 unlocked both mk1 and mk2 of brain printing. mk1 recipe moved down to bioprinting stage 1
Expand Down
3 changes: 1 addition & 2 deletions prototypes/updates/pyrawores-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,4 @@ data.raw['resource']['nexelit-rock'].autoplace = nil
data.raw['autoplace-control']['nexelit-rock'] = nil
data.raw['noise-layer']['nexelit-rock'] = nil

data.raw.recipe['coal-fawogae'].ingredients[1].amount = 2
data.raw.resource['coal-rock'].minable.results[1][1] = 'coarse-coal'
data.raw.recipe['coal-fawogae'].ingredients[1].amount = 1

0 comments on commit 0fb44f7

Please sign in to comment.