Saxonberg Server API
    Preparing search index...

    Interface PackManifest

    A content pack's manifest (pack.yaml).

    interface PackManifest {
        dependsOn: string[];
        description?: string;
        id: string;
        version: string;
    }
    Index

    Properties

    dependsOn: string[]

    Ids of packs that must install before this one.

    description?: string
    id: string

    Stable pack id (the sourcePack stamp value).

    version: string

    Reserved release label; nothing reads/enforces it in v1.