forked from cacklingfiend/lignumis
		
	Gold plates require 1 gold ore again
This commit is contained in:
		
							parent
							
								
									1dc928acdd
								
							
						
					
					
						commit
						c20f490d81
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -53,7 +53,7 @@ data:extend({
 | 
			
		|||
        auto_recycle = false,
 | 
			
		||||
        hide_from_player_crafting = settings.startup["crushing-industry-hide-player-crafting"].value,
 | 
			
		||||
        energy_required = 3.2,
 | 
			
		||||
        ingredients = { { type = "item", name = "crushed-gold-ore", amount = 2 } },
 | 
			
		||||
        ingredients = { { type = "item", name = "crushed-gold-ore", amount = 1 } },
 | 
			
		||||
        results = { { type = "item", name = "gold-plate", amount = 1 } },
 | 
			
		||||
        main_product = "gold-plate",
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@ data:extend({
 | 
			
		|||
        name = "gold-plate",
 | 
			
		||||
        category = "smelting",
 | 
			
		||||
        energy_required = 3.2,
 | 
			
		||||
        ingredients = { { type = "item", name = "gold-ore", amount = 2 } },
 | 
			
		||||
        ingredients = { { type = "item", name = "gold-ore", amount = 1 } },
 | 
			
		||||
        results = { { type = "item", name = "gold-plate", amount = 1 } },
 | 
			
		||||
        allow_productivity = true
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -147,7 +147,7 @@ plant.minable = {
 | 
			
		|||
    mining_time = 2,
 | 
			
		||||
    results = {
 | 
			
		||||
        { type = "item", name = "moist-stromatolite-remnant", amount = 25 },
 | 
			
		||||
        { type = "item", name = "gold-bacteria",              amount = 30 },
 | 
			
		||||
        { type = "item", name = "gold-bacteria",              amount = 20 },
 | 
			
		||||
        { type = "item", name = "gold-stromatolite-seed",     amount_min = 1,  amount_max = 3 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue