Any planet start (Vulcanus) + Crushing Industry: Move iron crushing to fix soft-lock
This commit is contained in:
parent
2f01c16cda
commit
044e058784
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue