Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Releases: intsuc/setup-minecraft

v3.3.2

Choose a tag to compare

@intsuc intsuc released this 12 Jan 03:18
  • Update dependencies

v3.3.1

Choose a tag to compare

@intsuc intsuc released this 23 Sep 01:48

Internal Changes

  • Use node20

v3.3.0

Choose a tag to compare

@intsuc intsuc released this 20 Sep 08:02

New Features

  • Add cache input #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 true only if you want to reduce execution time as much as possible or make your workflow more stable.
  • Add retries input #126
    • Number of retries to download Minecraft. Default 3.

v3.2.0

Choose a tag to compare

@intsuc intsuc released this 07 Jun 03:20

New Features

  • Add an install input that controls whether to install Minecraft #124
    • This is convenient when you want to fetch the latest version (release or snapshot), but don't want to download the server.

Fixes

  • The MINECRAFT environment variable now has an absolute path #125

v3.1.1

Choose a tag to compare

@intsuc intsuc released this 15 May 08:31

Fixes

  • Fix target branch

v3.1.0

Choose a tag to compare

@intsuc intsuc released this 15 May 08:09
d3d4223

New Features

  • Added package output, including the content of the package file of the version being used
    • You can inspect the package using fromJson as 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 }}

v3.0.1

Choose a tag to compare

@intsuc intsuc released this 11 May 12:17

Improvements

  • Enable cross-OS archive to share server.jar across all platforms

Bug Fixes

v3.0.0

Choose a tag to compare

@intsuc intsuc released this 25 Apr 20:58

Breaking Changes

  • The path of server.jar has been changed. You can get this path using the environment variable MINECRAFT. Refer to the example usage for more details.

v2.0.4

Choose a tag to compare

@intsuc intsuc released this 18 Apr 00:41
aa544f9
  • Update dependencies

v2.0.3

Choose a tag to compare

@intsuc intsuc released this 14 Mar 16:18
  • Update dependencies