forked from cacklingfiend/lignumis
		
	Helmod: Fix bug with steam assembler
This commit is contained in:
		
							parent
							
								
									45f245d422
								
							
						
					
					
						commit
						22e3f9709e
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,11 +30,12 @@ assembling_machine.crafting_speed = 0.5
 | 
				
			||||||
assembling_machine.energy_usage = "25kW"
 | 
					assembling_machine.energy_usage = "25kW"
 | 
				
			||||||
assembling_machine.energy_source = {
 | 
					assembling_machine.energy_source = {
 | 
				
			||||||
    type = "fluid",
 | 
					    type = "fluid",
 | 
				
			||||||
    fuel_categories = { "steam" },
 | 
					    maximum_temperature = 165,
 | 
				
			||||||
    effectivity = 1,
 | 
					    effectivity = 1,
 | 
				
			||||||
    emissions_per_minute = { noise = 50 },
 | 
					    emissions_per_minute = { noise = 50 },
 | 
				
			||||||
    scale_fluid_usage = true,
 | 
					    scale_fluid_usage = true,
 | 
				
			||||||
    fluid_box = {
 | 
					    fluid_box = {
 | 
				
			||||||
 | 
					        filter = "steam",
 | 
				
			||||||
        production_type = "input",
 | 
					        production_type = "input",
 | 
				
			||||||
        pipe_picture = machinepipes(),
 | 
					        pipe_picture = machinepipes(),
 | 
				
			||||||
        pipe_covers = pipecovers(),
 | 
					        pipe_covers = pipecovers(),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue