forked from cacklingfiend/lignumis
		
	AAI Industry: Add "wood" fuel category to burner generator and fuel processor
This commit is contained in:
		
							parent
							
								
									2a8a2e3562
								
							
						
					
					
						commit
						cfe22bf13d
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		|  | @ -36,6 +36,8 @@ data.raw["lab"]["wood-lab"].next_upgrade = "burner-lab" | |||
| 
 | ||||
| table.insert(data.raw["agricultural-tower"]["burner-agricultural-tower"].energy_source.fuel_categories, "processed-chemical") | ||||
| 
 | ||||
| table.insert(data.raw["assembling-machine"]["fuel-processor"].energy_source.fuel_categories, "wood") | ||||
| 
 | ||||
| if settings.startup["lignumis-basic-circuit-board"].value then | ||||
|     table.insert(data.raw["recipe"]["electric-mining-drill"].ingredients, { type = "item", name = "basic-circuit-board", amount = 2 }) | ||||
|     table.insert(data.raw["recipe"]["inserter"].ingredients, { type = "item", name = "basic-circuit-board", amount = 1 }) | ||||
|  |  | |||
|  | @ -35,3 +35,4 @@ update_fuel_categories(data.raw["reactor"]) | |||
| update_fuel_categories(data.raw["car"]) | ||||
| update_fuel_categories(data.raw["locomotive"]) | ||||
| update_fuel_categories(data.raw["generator-equipment"]) | ||||
| update_fuel_categories(data.raw["burner-generator"]) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann