diff --git a/changelog.txt b/changelog.txt index 01420165..3b90afb5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version: 3.0.32 Date: ? Changes: + - Composter TURD path 2 no longer generates methanol. Now it instead generates coalbed gas. Resolves https://github.com/pyanodon/pybugreports/issues/757 - Greatly increased the science pack requirement for the wood processing unit turd from 500 -> 7000. Resolves https://github.com/pyanodon/pybugreports/issues/758 --------------------------------------------------------------------------------------------------- Version: 3.0.31 diff --git a/prototypes/upgrades/compost.lua b/prototypes/upgrades/compost.lua index 1a653f08..4bca7f43 100644 --- a/prototypes/upgrades/compost.lua +++ b/prototypes/upgrades/compost.lua @@ -118,7 +118,7 @@ if data and not yafc_turd_integration then {type = "item", name = "powdered-biomass", amount = 20}, }, results = { - {type = "fluid", name = "methanol", amount = 60}, + {type = "fluid", name = "coalbed-gas", amount = 60}, {type = "fluid", name = "carbon-dioxide", amount = 40}, {type = "fluid", name = "methane", amount = 40}, {type = "fluid", name = "coal-gas", amount = 20},