Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Dec 11, 2024
1 parent 24bba68 commit 73fd506
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# generate-assets
GitHub Action that generates Minecraft default resourcepack assets.

## Usage

### Inputs 📥

| Input | Required? | Default | Description |
| --------------- | --------- | ----------------------------------------------------------------- | ---------------------------------------------------------- |
| `version` | `true` | | Minecraft version to generate assets for. |
| `path` | `false` | `./default` | Relative path under $GITHUB_WORKSPACE to place the assets. |
| `api-url` | `false` | `https://piston-meta.mojang.com/mc/game/version_manifest_v2.json` | URL to the Minecraft manifest API. |
| `resources-url` | `false` | `https://resources.download.minecraft.net` | URL to the Minecraft resources API. |

0 comments on commit 73fd506

Please sign in to comment.