File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Version: 3.2.12
33Date: ????
44 Changes:
55 - Added DDC MK 00 to the DDC MK 01 recipe
6+ - Autoteched the research tree. Things are definitely out of place.
7+ - Moved Guar to logi sci to facilitate Phadai food production for rare earth ore
68---------------------------------------------------------------------------------------------------
79Version: 3.2.11
810Date: 2025-09-04
Original file line number Diff line number Diff line change @@ -289,6 +289,9 @@ TECHNOLOGY("phytomining-mk02"):remove_pack("chemical-science-pack")
289289RECIPE (" nb-biomass-extraction" ):remove_unlock (" phytomining-mk02" ):add_unlock (" guar" )
290290RECIPE (" guar-nb" ):remove_unlock (" phytomining-mk02" ):add_unlock (" guar" )
291291
292+ -- move guar back to logi so they can be used for phadai
293+ TECHNOLOGY (" guar" ):remove_pack (" py-science-pack-2" ):remove_prereq (" py-science-pack-2" )
294+
292295-- RARE EARTH ORE
293296TECHNOLOGY (" phadai" ):remove_pack (" py-science-pack-2" ):remove_pack (" chemical-science-pack" ):remove_pack (" py-science-pack-3" ):set_fields {prerequisites = {}}
294297
@@ -306,7 +309,7 @@ TECHNOLOGY("ethanol"):remove_pack("py-science-pack-2")
306309
307310TECHNOLOGY (" sugar" ):remove_pack (" py-science-pack-2" )
308311
309- RECIPE (" phadai-food-01" ):remove_ingredient (" rennea-seeds" ):remove_ingredient (" casein" ): remove_ingredient ( " guar-gum " )
312+ RECIPE (" phadai-food-01" ):remove_ingredient (" rennea-seeds" ):remove_ingredient (" casein" )
310313
311314RECIPE (" phadai-pup-1" ):remove_ingredient (" bedding" )
312315
You can’t perform that action at this time.
0 commit comments