Appearance
@loontail/minecraft-kit v0.5.0 / ForgeBuildSummary
Interface: ForgeBuildSummary
A Forge build entry derived from the Maven metadata XML.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
forgeVersion | readonly | string | The portion after the first dash, including any branch suffix. |
fullVersion | readonly | string | Full Maven version string e.g. "1.20.1-47.2.0". |
isLatest | readonly | boolean | True when this build is the latest one per promotions_slim.json. |
isRecommended | readonly | boolean | True when this build is the recommended one per promotions_slim.json. |
minecraftVersion | readonly | string | Minecraft version e.g. "1.20.1". |