From 371b2c80f43c16a01a1d9ff968c5fefdbf5cf4df Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Thu, 14 Nov 2024 10:03:46 -0600 Subject: [PATCH] Removed the manure requirement from the higher tiers of fawogae recipes. --- changelog.txt | 1 + prototypes/recipes/fawogae/recipes-auto-fawogae.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5ee112468..e781abe86 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,7 @@ Date: ? - Fixed that the biofluid network vessels were effected by the max extent parameter. Adjusted max extent to 2,000,000 tiles. - Changed internal name of py-satellite back to satellite. - Fixed that search on Caravan Manager produces crash. Resolves https://github.com/pyanodon/pybugreports/issues/712 + - Removed the manure requirement from the higher tiers of fawogae recipes. TURD: - Nerfed prod % for sawblade modules. MK01: 25% -> 5%, MK02: 25% -> 7%, MK03: 25% -> 10%, MK04: 25% -> 12%. - Fixed that mixing kickalk path 1 with wood processing unit path 2 would brick your save and prevent bedding from being craftable. diff --git a/prototypes/recipes/fawogae/recipes-auto-fawogae.lua b/prototypes/recipes/fawogae/recipes-auto-fawogae.lua index 4ec857428..b8cd7d9f4 100644 --- a/prototypes/recipes/fawogae/recipes-auto-fawogae.lua +++ b/prototypes/recipes/fawogae/recipes-auto-fawogae.lua @@ -37,7 +37,6 @@ py.autorecipes { ingredients = { {name = "water", amount = 100}, - {name = "manure", amount = 3}, {name = "fungal-substrate", amount = 1}, }, results =