SerenityJS
    Preparing search index...

    Variable BLOCK_STATESConst

    BLOCK_STATES: (
        | { identifier: string; type: string; values: boolean[] }
        | { identifier: string; type: string; values: number[] }
        | { identifier: string; type: string; values: string[] }
    )[] = BlockStates