Skip to content

@loontail/minecraft-kit v0.5.0 / ForgeBuildSummary

Interface: ForgeBuildSummary

A Forge build entry derived from the Maven metadata XML.

Properties

PropertyModifierTypeDescription
forgeVersionreadonlystringThe portion after the first dash, including any branch suffix.
fullVersionreadonlystringFull Maven version string e.g. "1.20.1-47.2.0".
isLatestreadonlybooleanTrue when this build is the latest one per promotions_slim.json.
isRecommendedreadonlybooleanTrue when this build is the recommended one per promotions_slim.json.
minecraftVersionreadonlystringMinecraft version e.g. "1.20.1".

MIT License