From 8fbbe8e35123a5b80b7009cc43a9b6a34f38242b Mon Sep 17 00:00:00 2001 From: EmilyxFox <48589793+EmilyxFox@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:53:49 +0100 Subject: [PATCH] add more examples for new minecraft version schema --- docs/versions/minecraft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versions/minecraft.md b/docs/versions/minecraft.md index d4bd7d7c5d3..fbef0da9ad2 100644 --- a/docs/versions/minecraft.md +++ b/docs/versions/minecraft.md @@ -2,7 +2,7 @@ To use a different Minecraft version, pass the `VERSION` environment variable (c - `LATEST` for latest release (the default) - `SNAPSHOT` for latest snapshot -- a specific version, such as `1.7.9`, `25w35a`, `26.1`, or `26.1-snapshot-1` +- a specific version, such as `1.7.9`, `25w35a`, `26.1`, `26.1-snapshot-1`, `26.1-pre-1`, or `26.1-rc-1` - or an alpha and beta version, such as "b1.7.3" (server download might not exist) For example, to use the latest snapshot: