Skip to content

Commit

Permalink
Modified the density of dungs.
Browse files Browse the repository at this point in the history
Add water_sewage to organic_waste.
  • Loading branch information
osuphobia committed Apr 12, 2024
1 parent 3fc357b commit 0a9dfa8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/json/items/biosignatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name": { "str": "cow pie" },
"copy-from": "feces_bird",
"weight": "750 g",
"volume": "250 ml",
"volume": "750 ml",
"description": "A fresh cow pie; this could probably be used to make some great fertilizer."
},
{
Expand All @@ -42,7 +42,7 @@
"name": { "str_sp": "manure" },
"copy-from": "feces_bird",
"weight": "250 g",
"volume": "125 ml",
"volume": "250 ml",
"description": "Common manure, could probably be used to make some great fertilizer."
},
{
Expand Down
11 changes: 10 additions & 1 deletion data/json/requirements/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,16 @@
"id": "organic_waste",
"type": "requirement",
"//": "Materials for anaerobic digestion",
"components": [ [ [ "feces_roach", 20 ], [ "feces_bird", 20 ], [ "feces_manure", 3 ], [ "feces_dog", 3 ], [ "feces_cow", 1 ] ] ]
"components": [
[
[ "feces_roach", 20 ],
[ "feces_bird", 20 ],
[ "feces_manure", 3 ],
[ "feces_dog", 3 ],
[ "water_sewage", 3 ],
[ "feces_cow", 1 ]
]
]
},
{
"id": "carbon",
Expand Down

0 comments on commit 0a9dfa8

Please sign in to comment.