PackwizJS/docs/parser/interfaces/PackwizVersions.md

61 lines
837 B
Markdown
Raw Normal View History

2025-02-09 10:00:02 -06:00
[**packwizjs**](../../README.md)
***
[packwizjs](../../modules.md) / [parser](../README.md) / PackwizVersions
# Interface: PackwizVersions
2025-02-09 10:24:15 -06:00
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.
2025-02-09 10:00:02 -06:00
## Properties
### fabric?
> `optional` **fabric**: `string`
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:141
2025-02-09 10:00:02 -06:00
***
### forge?
> `optional` **forge**: `string`
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:142
2025-02-09 10:00:02 -06:00
***
### liteloader?
> `optional` **liteloader**: `string`
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:145
2025-02-09 10:00:02 -06:00
***
### minecraft
> **minecraft**: `string`
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:140
2025-02-09 10:00:02 -06:00
***
### neoforge?
> `optional` **neoforge**: `string`
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:143
2025-02-09 10:00:02 -06:00
***
### quilt?
> `optional` **quilt**: `string`
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:144