Skip to content

@loontail/minecraft-kit v0.5.0 / MinecraftVersionSummary

Interface: MinecraftVersionSummary

One entry from the top-level Minecraft version_manifest_v2.json listing.

Note: this is a summary entry, not the full per-version manifest. Use ResolvedMinecraft for the resolved/parsed full manifest.

Properties

PropertyModifierTypeDescription
complianceLevelreadonlynumberCompliance level: 0 = legacy, 1 = secure-chat / safety features.
idreadonlystringVersion id (e.g. "1.20.1").
releaseTimereadonlystringOriginal release time (ISO-8601).
sha1readonlystringSHA-1 of the per-version manifest (added in v2).
timereadonlystringManifest's last edit time (ISO-8601).
typereadonlyMinecraftChannelRelease channel.
urlreadonlystringURL to the per-version manifest JSON.

MIT License