60 lines
837 B
Markdown
60 lines
837 B
Markdown
[**packwizjs**](../../README.md)
|
|
|
|
***
|
|
|
|
[packwizjs](../../modules.md) / [parser](../README.md) / 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
|