PackwizJS/docs/parser/interfaces/PackwizVersions.md
2025-02-09 10:24:15 -06:00

837 B

packwizjs


packwizjs / parser / PackwizVersions

Interface: PackwizVersions

Defined in: parser.ts:139

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.

Properties

fabric?

optional fabric: string

Defined in: parser.ts:141


forge?

optional forge: string

Defined in: parser.ts:142


liteloader?

optional liteloader: string

Defined in: parser.ts:145


minecraft

minecraft: string

Defined in: parser.ts:140


neoforge?

optional neoforge: string

Defined in: parser.ts:143


quilt?

optional quilt: string

Defined in: parser.ts:144