Skip to content

Generate Data

Actions
Generate Minecraft default datapack data
v1.0.0
Latest
Star (1)

generate-data

GitHub Action that generates Minecraft default datapack data for a specified version.

Test Action

Usage

jobs:
  download-data:
    runs-on: ubuntu-latest
    steps:
      - name: 'Download data to "./default_data"'
        id: download_data
        uses: MinecraftPlayground/generate-data@latest
        with:
          version: 1.21.2
          path: './default_data'

Inputs

Input Required? Default Description
version No latest-release Minecraft version to generate assets for or one of latest-release/latest-snapshot.
path No ./default Relative path under $GITHUB_WORKSPACE to place the assets.
api-url No https://piston-meta.mojang.com/mc/game/version_manifest_v2.json URL to the Minecraft manifest API.

License

The scripts and documentation in this project are released under the GPLv3 License.

Generate Data is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Generate Minecraft default datapack data
v1.0.0
Latest

Generate Data is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.