forked from cacklingfiend/lignumis
		
	Double numbers for gold ore
This commit is contained in:
		
							parent
							
								
									34578d283b
								
							
						
					
					
						commit
						72701aab63
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -19,7 +19,7 @@ data:extend({ | ||||||
|         name = "gold-plate", |         name = "gold-plate", | ||||||
|         category = "smelting", |         category = "smelting", | ||||||
|         energy_required = 3.2, |         energy_required = 3.2, | ||||||
|         ingredients = { { type = "item", name = "gold-ore", amount = 1 } }, |         ingredients = { { type = "item", name = "gold-ore", amount = 2 } }, | ||||||
|         results = { { type = "item", name = "gold-plate", amount = 1 } }, |         results = { { type = "item", name = "gold-plate", amount = 1 } }, | ||||||
|         allow_productivity = true |         allow_productivity = true | ||||||
|     }, |     }, | ||||||
|  |  | ||||||
|  | @ -146,7 +146,7 @@ plant.minable = { | ||||||
|     mining_time = 2, |     mining_time = 2, | ||||||
|     results = { |     results = { | ||||||
|         { type = "item", name = "moist-stromatolite-remnant", amount = 25 }, |         { type = "item", name = "moist-stromatolite-remnant", amount = 25 }, | ||||||
|         { type = "item", name = "gold-bacteria",              amount = 15 }, |         { type = "item", name = "gold-bacteria",              amount = 30 }, | ||||||
|         { type = "item", name = "gold-stromatolite-seed",     amount_min = 1,  amount_max = 3 } |         { type = "item", name = "gold-stromatolite-seed",     amount_min = 1,  amount_max = 3 } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann