Appearance
@loontail/minecraft-kit v0.5.0 / ForgeInstallProfile
Interface: ForgeInstallProfile
Modern Forge install_profile.json (spec 1) shape — only fields we actually consume.
Properties
| Property | Modifier | Type |
|---|---|---|
data | readonly | Readonly<Record<string, ForgeProfileData>> |
json | readonly | string |
libraries | readonly | readonly MinecraftLibrary[] |
logo? | readonly | string |
minecraft | readonly | string |
path? | readonly | null | string |
processors | readonly | readonly ForgeProcessor[] |
profile | readonly | string |
serverJarPath? | readonly | string |
spec | readonly | number |
version | readonly | string |
welcome? | readonly | string |