forked from cacklingfiend/lignumis
		
	AAI Loaders: Correct item/recipe order
This commit is contained in:
		
							parent
							
								
									d68d0c1087
								
							
						
					
					
						commit
						75570cd460
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -41,7 +41,8 @@ AAILoaders.make_tier({
 | 
				
			||||||
        energy_required = 5
 | 
					        energy_required = 5
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    next_upgrade = "aai-loader",
 | 
					    next_upgrade = "aai-loader",
 | 
				
			||||||
    localise = false
 | 
					    localise = false,
 | 
				
			||||||
 | 
					    order = "d[loader]-a00[aai-wood-loader]"
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
data.raw.recipe["aai-wood-loader"].category = "wood-processing-or-assembling"
 | 
					data.raw.recipe["aai-wood-loader"].category = "wood-processing-or-assembling"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue