forked from cacklingfiend/lignumis
		
	Apply setting for progressive belt recipes to lab
This commit is contained in:
		
							parent
							
								
									545b915a79
								
							
						
					
					
						commit
						328dfba605
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		|  | @ -55,11 +55,13 @@ stone_furnace_remnants.animation[1].filename = "__lignumis__/graphics/entity/sto | ||||||
| 
 | 
 | ||||||
| -- Lab | -- Lab | ||||||
| 
 | 
 | ||||||
| local lab_recipe = data.raw.recipe["lab"] | if settings.startup["lignumis-belt-progression"].value then | ||||||
| for _, ingredient in pairs(lab_recipe.ingredients) do |     local lab_recipe = data.raw.recipe["lab"] | ||||||
|  |     for _, ingredient in pairs(lab_recipe.ingredients) do | ||||||
|         if ingredient.name == "transport-belt" then |         if ingredient.name == "transport-belt" then | ||||||
|             ingredient.name = "wood-transport-belt" |             ingredient.name = "wood-transport-belt" | ||||||
|         end |         end | ||||||
|  |     end | ||||||
| end | end | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann