Interface AssetIndex

The format of the asset index file minecraft uses

Hierarchy

  • AssetIndex

Properties

map_to_resources?: boolean
objects: {
    [key: string]: {
        hash: string;
        ignore?: boolean;
        size: number;
    };
}

Type declaration

  • [key: string]: {
        hash: string;
        ignore?: boolean;
        size: number;
    }
    • hash: string
    • Optional ignore?: boolean
    • size: number
virtual?: boolean

Generated using TypeDoc