From 0a9dfa84e08c4fe05c68da79793d92327ee0eab1 Mon Sep 17 00:00:00 2001 From: osuphobia Date: Sat, 13 Apr 2024 04:28:29 +0800 Subject: [PATCH] Modified the density of dungs. Add water_sewage to organic_waste. --- data/json/items/biosignatures.json | 4 ++-- data/json/requirements/materials.json | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/data/json/items/biosignatures.json b/data/json/items/biosignatures.json index 1a794bdc22e70..dab8dacab39ff 100644 --- a/data/json/items/biosignatures.json +++ b/data/json/items/biosignatures.json @@ -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." }, { @@ -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." }, { diff --git a/data/json/requirements/materials.json b/data/json/requirements/materials.json index a31b08f0db2b7..ce18f29763f78 100644 --- a/data/json/requirements/materials.json +++ b/data/json/requirements/materials.json @@ -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",