forked from cacklingfiend/lignumis
		
	Set next_upgrade for wood lab
This commit is contained in:
		
							parent
							
								
									004343ed77
								
							
						
					
					
						commit
						093674890d
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		|  | @ -19,3 +19,5 @@ burner_automation:addRecipe("burner-assembling-machine") | |||
| local wall = data.raw["wall"]["concrete-wall"] | ||||
| wall.emissions_per_second = wall.emissions_per_second or {} | ||||
| wall.emissions_per_second.noise = -30 / 60 | ||||
| 
 | ||||
| data.raw["lab"]["wood-lab"].next_upgrade = "burner-lab" | ||||
|  | @ -10,6 +10,7 @@ data:extend({ | |||
|         flags = { "placeable-player", "player-creation" }, | ||||
|         minable = { mining_time = 0.2, result = "wood-lab" }, | ||||
|         fast_replaceable_group = "lab", | ||||
|         next_upgrade = "lab", | ||||
|         max_health = 150, | ||||
|         corpse = "lab-remnants", | ||||
|         dying_explosion = "lab-explosion", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann