forked from cacklingfiend/lignumis
		
	More item weights
This commit is contained in:
		
							parent
							
								
									c1797dfcfe
								
							
						
					
					
						commit
						ee9eb8faf1
					
				
					 3 changed files with 6 additions and 3 deletions
				
			
		|  | @ -78,7 +78,8 @@ data:extend({ | |||
|         drop_sound = item_sounds.mechanical_large_inventory_move, | ||||
|         place_result = "burner-agricultural-tower", | ||||
|         stack_size = 20, | ||||
|         default_import_location = "lignumis" | ||||
|         default_import_location = "lignumis", | ||||
|         weight = 100 * kg | ||||
|     }, | ||||
|     { | ||||
|         type = "recipe", | ||||
|  |  | |||
|  | @ -146,7 +146,8 @@ data:extend({ | |||
|         subgroup = "circuit-network",     -- Copper lamp under circuit-network | ||||
|         order = "a[lamp]-b[copper-lamp]", -- Copper lamp after large lamp | ||||
|         place_result = "burner-lamp", | ||||
|         stack_size = 50 | ||||
|         stack_size = 50, | ||||
|         weight = 20 * kg | ||||
|     }, | ||||
|     { | ||||
|         name = "burner-lamp", | ||||
|  |  | |||
|  | @ -363,4 +363,5 @@ set_default_weight("radar", 50) | |||
| set_default_weight("storage-tank", 50) | ||||
| set_default_weight("fast-transport-belt", 100) | ||||
| set_default_weight("fast-underground-belt", 50) | ||||
| set_default_weight("fast-splitter", 50) | ||||
| set_default_weight("fast-splitter", 50) | ||||
| set_default_weight("steel-plate", 400) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann