minecraftplayground/Generate Assets
Generate Minecraft default resourcepack assets.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Minecraft version to generate assets for. | no | latest-release |
| path | Relative path under $GITHUB_WORKSPACE to place the assets. | no | ./default |
| api-url | URL to the Minecraft manifest API. | no | https://piston-meta.mojang.com/mc/game/version_manifest_v2.json |
| resources-url | URL to the Minecraft resources API. | no | https://resources.download.minecraft.net |
| parallel-downloads | How much files to download in parallel. | no | 5 |
| download-retries | How much times to retry a failed download. | no | 3 |
Outputs
| name | description |
|---|---|
| failed-downloads | List of URLs that failed to download. |