deadlock stacked recipes fix
This commit is contained in:
		
							parent
							
								
									24147487da
								
							
						
					
					
						commit
						d74413560d
					
				
					 3 changed files with 11 additions and 1 deletions
				
			
		|  | @ -1,4 +1,9 @@ | ||||||
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ||||||
|  | Version: 0.6.9 | ||||||
|  | Date: 2021-04-13 | ||||||
|  |   Fixes: | ||||||
|  |     - Recipe fix for deadlock stacked recipes + K2 | ||||||
|  | --------------------------------------------------------------------------------------------------- | ||||||
| Version: 0.6.8 | Version: 0.6.8 | ||||||
| Date: 2021-04-12 | Date: 2021-04-12 | ||||||
|   Changes: |   Changes: | ||||||
|  |  | ||||||
|  | @ -25,3 +25,8 @@ if deadlock_crating then | ||||||
|     deadlock_crating.add_crate("solar-cell", "deadlock-crating-2", 64) |     deadlock_crating.add_crate("solar-cell", "deadlock-crating-2", 64) | ||||||
|   end |   end | ||||||
| end | end | ||||||
|  | 
 | ||||||
|  | if mods["deadlock_stacked_recipes"] and mods["Krastorio2"] then | ||||||
|  |   -- We assume the crushing stacked quartz -> silica recipe will be added. | ||||||
|  |   util.remove_raw("recipe", "kr-vc-deadlock-stack-quartz") | ||||||
|  | end | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| { | { | ||||||
|     "name": "bzsilicon", |     "name": "bzsilicon", | ||||||
|     "version": "0.6.8", |     "version": "0.6.9", | ||||||
|     "factorio_version": "1.1", |     "factorio_version": "1.1", | ||||||
|     "title": "Silica & Silicon", |     "title": "Silica & Silicon", | ||||||
|     "author": "Brevven", |     "author": "Brevven", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brevven
						Brevven