Any planet start (Vulcanus) + Crushing Industry: Move iron crushing to fix soft-lock

This commit is contained in:
Simon Brodtmann 2025-03-28 21:13:32 +01:00
parent 2f01c16cda
commit 044e058784

View file

@ -32,6 +32,11 @@ if target_planet == "vulcanus" then
Technology:new("tungsten-carbide"):addPrerequisite("planet-discovery-vulcanus")
Technology:new("iron-processing").prototype.research_trigger.entity = "big-volcanic-rock"
Technology:new("copper-processing").prototype.research_trigger.entity = "big-volcanic-rock"
if mods["crushing-industry"] then
Technology:new("concrete"):addRecipe("crushed-iron-ore")
Technology:new("ore-crushing"):removeRecipe("crushed-iron-ore")
end
end