Represents modloaders present in the pack. If any of these are not undefined, applications using this information should install the specific version of the modlaoder listed.

interface PackwizVersions {
    fabric?: string;
    forge?: string;
    liteloader?: string;
    minecraft: string;
    neoforge?: string;
    quilt?: string;
}

Properties

fabric?: string

The version of Fabric that the pack targets.

forge?: string

The version of Forge that the pack targets.

liteloader?: string

The version of LiteLoader that the pack targets.

minecraft: string

The Minecraft version that the pack is for.

neoforge?: string

The version of NeoForge that the pack targets.

quilt?: string

The version of Quilt that the pack targets.