@etothepii/satisfactory-file-parser
    Preparing search index...

    Interface BlueprintConfig

    is only found in older blueprints below 1.2

    is found from 1.2 onwards.

    interface BlueprintConfig {
        color: col4;
        configVersion: number;
        description: string;
        iconID: number;
        iconLibraryType?: string;
        lastEditedBy?: FPlayerInfoHandle;
        lastEditedByLegacy?: FLocalUserNetIdBundle[];
        referencedIconLibrary?: string;
    }
    Index

    Properties

    color: col4
    configVersion: number
    description: string
    iconID: number
    iconLibraryType?: string
    lastEditedBy?: FPlayerInfoHandle

    is found from 1.2 onwards.

    lastEditedByLegacy?: FLocalUserNetIdBundle[]

    is only found in older blueprints below 1.2

    referencedIconLibrary?: string