forked from cacklingfiend/lignumis
		
	Any planet start (Vulcanus): Add some fixes to not get stuck
This commit is contained in:
		
							parent
							
								
									a6a1461581
								
							
						
					
					
						commit
						67b4ec0a09
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -36,9 +36,11 @@ if target_planet == "vulcanus" then
 | 
			
		|||
    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")
 | 
			
		||||
    data.raw.resource["tungsten-ore"].category = "basic-solid"
 | 
			
		||||
 | 
			
		||||
    if mods["bztitanium"] and mods["crushing-industry"] then
 | 
			
		||||
        Technology:new("foundry"):addRecipe("crushed-titanium-ore")
 | 
			
		||||
        data.raw.recipe["crushed-titanium-ore"].category = "basic-crushing"
 | 
			
		||||
    end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue