From 985efe8893c39ff7d320a3cf2aed8b5fbcbc86fb Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Sun, 14 Sep 2025 21:55:52 -0700 Subject: [PATCH] Moved Guar to logi sci to facilitate Phadai food production for rare earth ore --- changelog.txt | 2 ++ prototypes/updates/pyalienlife-updates.lua | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index a6cd034..1664d84 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Version: 3.2.12 Date: ???? Changes: - Added DDC MK 00 to the DDC MK 01 recipe + - Autoteched the research tree. Things are definitely out of place. + - Moved Guar to logi sci to facilitate Phadai food production for rare earth ore --------------------------------------------------------------------------------------------------- Version: 3.2.11 Date: 2025-09-04 diff --git a/prototypes/updates/pyalienlife-updates.lua b/prototypes/updates/pyalienlife-updates.lua index 1c303f8..5204dae 100644 --- a/prototypes/updates/pyalienlife-updates.lua +++ b/prototypes/updates/pyalienlife-updates.lua @@ -289,6 +289,9 @@ TECHNOLOGY("phytomining-mk02"):remove_pack("chemical-science-pack") RECIPE("nb-biomass-extraction"):remove_unlock("phytomining-mk02"):add_unlock("guar") RECIPE("guar-nb"):remove_unlock("phytomining-mk02"):add_unlock("guar") +-- move guar back to logi so they can be used for phadai +TECHNOLOGY("guar"):remove_pack("py-science-pack-2"):remove_prereq("py-science-pack-2") + --RARE EARTH ORE TECHNOLOGY("phadai"):remove_pack("py-science-pack-2"):remove_pack("chemical-science-pack"):remove_pack("py-science-pack-3"):set_fields {prerequisites = {}} @@ -306,7 +309,7 @@ TECHNOLOGY("ethanol"):remove_pack("py-science-pack-2") TECHNOLOGY("sugar"):remove_pack("py-science-pack-2") -RECIPE("phadai-food-01"):remove_ingredient("rennea-seeds"):remove_ingredient("casein"):remove_ingredient("guar-gum") +RECIPE("phadai-food-01"):remove_ingredient("rennea-seeds"):remove_ingredient("casein") RECIPE("phadai-pup-1"):remove_ingredient("bedding")