Skip to content

Commit

Permalink
raw coal big mine buff
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 1, 2024
1 parent 7ed4868 commit f76a3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ 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 1 fawogae input instead of 10
- 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
- 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: 2 additions & 1 deletion prototypes/updates/pyrawores-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ 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 = 1
data.raw.recipe['coal-fawogae'].ingredients[1].amount = 2
data.raw.resource['coal-rock'].minable.results[1][1] = 'coarse-coal'

0 comments on commit f76a3de

Please sign in to comment.