This repository was archived by the owner on Dec 15, 2024. It is now read-only.
Releases: intsuc/setup-minecraft
Releases · intsuc/setup-minecraft
v3.3.2
- Update dependencies
v3.3.1
Internal Changes
- Use
node20
v3.3.0
New Features
- Add
cacheinput #134- Whether to cache Minecraft. Default
false. - Caching server.jar does not reduce workflow execution time significantly, even though it uses more than 45MB of cache space per version. Set this to
trueonly if you want to reduce execution time as much as possible or make your workflow more stable.
- Whether to cache Minecraft. Default
- Add
retriesinput #126- Number of retries to download Minecraft. Default
3.
- Number of retries to download Minecraft. Default
v3.2.0
v3.1.1
Fixes
- Fix target branch
v3.1.0
New Features
- Added
packageoutput, including the content of the package file of the version being used- You can inspect the
packageusingfromJsonas follows:- id: minecraft uses: mcenv/setup-minecraft@v3 with: version: "1.19.4" - uses: actions/setup-java@v3 with: distribution: "temurin" java-version: ${{ fromJson(steps.minecraft.outputs.package).javaVersion.majorVersion }}
- You can inspect the
v3.0.1
Improvements
- Enable cross-OS archive to share
server.jaracross all platforms
Bug Fixes
- Fix caching not working properly (workaround for actions/toolkit#1377)
v3.0.0
Breaking Changes
- The path of
server.jarhas been changed. You can get this path using the environment variableMINECRAFT. Refer to the example usage for more details.
v2.0.4
- Update dependencies
v2.0.3
- Update dependencies