forked from cacklingfiend/lignumis
		
	Reduce the amount of peat from gold stromatolite remnant
This commit is contained in:
		
							parent
							
								
									adfb8e557f
								
							
						
					
					
						commit
						f8758ea324
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -243,10 +243,10 @@ local desiccation_recipe = {
 | 
				
			||||||
    subgroup = "raw-material",
 | 
					    subgroup = "raw-material",
 | 
				
			||||||
    order = "b0[desiccation]",
 | 
					    order = "b0[desiccation]",
 | 
				
			||||||
    energy_required = 9.6,
 | 
					    energy_required = 9.6,
 | 
				
			||||||
    ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 2 } },
 | 
					    ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 5 } },
 | 
				
			||||||
    results = {
 | 
					    results = {
 | 
				
			||||||
        { type = "item",  name = "peat",  amount = 1 },
 | 
					        { type = "item",  name = "peat",  amount = 1 },
 | 
				
			||||||
        { type = "fluid", name = "steam", amount = 20, temperature = 165 }
 | 
					        { type = "fluid", name = "steam", amount = 50, temperature = 165 }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    enabled = false
 | 
					    enabled = false
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue