forked from cacklingfiend/lignumis
		
	Fix recylce recipe being generated for rocket parts
This commit is contained in:
		
							parent
							
								
									75570cd460
								
							
						
					
					
						commit
						2a8a2e3562
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -101,7 +101,8 @@ local rocket_part_recipe = {
 | 
				
			||||||
        { type = "fluid", name = "wood-pulp", amount = 5 }
 | 
					        { type = "fluid", name = "wood-pulp", amount = 5 }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    results = { { type = "item", name = "rocket-part", amount = 1 } },
 | 
					    results = { { type = "item", name = "rocket-part", amount = 1 } },
 | 
				
			||||||
    allow_productivity = true
 | 
					    allow_productivity = true,
 | 
				
			||||||
 | 
					    auto_recycle = false,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local silo_ready = {
 | 
					local silo_ready = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue