Skip to content

Commit

Permalink
increase blood demand
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 8, 2024
1 parent 16ec6b7 commit e772237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Date: ???
- fixed a biofluid crash when used with a bigger stack sizes mod
- added a new atomizer recipe to convert chitin into geothermal water
- fixed organization issues in the pyAL recipe tab
- increased blood usage in blood meal recipe from 15 to 100. reduced fiberboard requirement from 2 to 1
TURD:
- added T.U.R.D unselect infinite tech to allow the indecisive to revert a single T.U.R.D selection
- added the option to unselect T.U.R.D paths for free once the next 10 hours after an update if you've chosen a path that got changed
Expand Down
4 changes: 4 additions & 0 deletions prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1620,3 +1620,7 @@ RECIPE('fertilizer-2'):add_unlock('biofluid-mk01'):add_ingredient{type = 'item',

FUN.productivity{'cellulose-01'}

data.raw.recipe['blood-meal'].ingredients = {
{type = 'fluid', name = 'blood', amount = 100},
{type = 'item', name = 'fiberboard', amount = 1}
}

0 comments on commit e772237

Please sign in to comment.