We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020497b commit 47d78f0Copy full SHA for 47d78f0
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: ./gradlew build
37
- name: upload to modrinth and curseforge
38
run: ./gradlew modrinth curseforge
39
- if: github.ref == 'refs/heads/ver/1.21.6'
+ if: github.ref == 'refs/heads/ver/1.21.7'
40
env:
41
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
42
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}
gradle.properties
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
3
4
# Fabric Properties
5
# check these on https://fabricmc.net/versions.html
6
-minecraft_version=1.21.6
7
-yarn_mappings=1.21.6+build.1
+minecraft_version=1.21.7-rc1
+yarn_mappings=1.21.7-rc1+build.1
8
loader_version=0.16.14
9
10
# Mod Properties
0 commit comments