forked from cacklingfiend/lignumis
		
	Crushing Industry: Fix wrong ingredient amount for gold from crushed gold
This commit is contained in:
		
							parent
							
								
									e7077ef65b
								
							
						
					
					
						commit
						d03dfeb643
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -53,7 +53,7 @@ data:extend({
 | 
				
			||||||
        auto_recycle = false,
 | 
					        auto_recycle = false,
 | 
				
			||||||
        hide_from_player_crafting = settings.startup["crushing-industry-hide-player-crafting"].value,
 | 
					        hide_from_player_crafting = settings.startup["crushing-industry-hide-player-crafting"].value,
 | 
				
			||||||
        energy_required = 3.2,
 | 
					        energy_required = 3.2,
 | 
				
			||||||
        ingredients = { { type = "item", name = "crushed-gold-ore", amount = 1 } },
 | 
					        ingredients = { { type = "item", name = "crushed-gold-ore", amount = 2 } },
 | 
				
			||||||
        results = { { type = "item", name = "gold-plate", amount = 1 } },
 | 
					        results = { { type = "item", name = "gold-plate", amount = 1 } },
 | 
				
			||||||
        main_product = "gold-plate",
 | 
					        main_product = "gold-plate",
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue