Appearance
@loontail/minecraft-kit / AssetIndexReference
Type Alias: AssetIndexReference
ts
type AssetIndexReference = {
id: string;
sha1: string;
size: number;
totalSize: number;
url: string;
};Defined in: src/types/minecraft.ts:79
Reference to the asset-index JSON file.