Blockbench Reference Docs
    Preparing search index...

    Type Alias RecentProjectData

    type RecentProjectData = {
        animation_files?: string[];
        day: number;
        favorite: boolean;
        icon: string;
        name: string;
        path: string;
        textures?: string[];
    }
    Index

    Properties

    animation_files?: string[]
    day: number
    favorite: boolean
    icon: string
    name: string
    path: string
    textures?: string[]