Interface InstallOptions
Shared install options
🏷️ Properties
inheritsFrom optional
ts
inheritsFrom: string
When you want to install a version over another one.
Like, you want to install liteloader over a forge version. You should fill this with that forge version id.
Defined in: packages/installer/utils.ts:107
versionId optional
ts
versionId: string
Override the newly installed version id.
If this is absent, the installed version id will be either generated or provided by installer.
Defined in: packages/installer/utils.ts:114