Compare commits

...

3 Commits

Author SHA1 Message Date
Geoff Bourne
4c190e21a2 Revert "Enable native access for quieter Java 25+ use of mc-image-helper (#3814)"
This reverts commit ca67f24298.
2025-12-19 10:32:13 -06:00
Geoff Bourne
ca67f24298 Enable native access for quieter Java 25+ use of mc-image-helper (#3814) 2025-12-19 10:27:09 -06:00
EmilyxFox
5698e784a1 docs: add specific version examples for new version schema (#3809) 2025-12-16 16:38:53 -06:00

View File

@@ -1,8 +1,8 @@
To use a different Minecraft version, pass the `VERSION` environment variable (case sensitive), which can have the value
- LATEST (the default)
- SNAPSHOT
- a specific version, such as "1.7.9"
- `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`
- or an alpha and beta version, such as "b1.7.3" (server download might not exist)
For example, to use the latest snapshot: