We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51a60b commit 77e6dc0Copy full SHA for 77e6dc0
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# generate-data
2
-GitHub Action that generates Minecraft default resourcepack assets for a specified version.
+GitHub Action that generates Minecraft default datapack data for a specified version.
3
4
[](https://github.com/MinecraftPlayground/generate-data/actions/workflows/test_action.yml)
5
@@ -10,7 +10,7 @@ jobs:
10
download-data:
11
runs-on: ubuntu-latest
12
steps:
13
- - name: 'Download assets to "./default_data"'
+ - name: 'Download data to "./default_data"'
14
id: download_data
15
uses: MinecraftPlayground/generate-data@latest
16
with:
0 commit comments