Skip to content

MinecraftPlayground/generate-data

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub Action that generates Minecraft default datapack data.

Topics

Resources

License

Stars

Watchers

Forks