File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : upload to modrinth and curseforge
4343 run : ./gradlew modrinth publishMainPublicationToCurseForge
44- if : github.ref == 'refs/heads/dev/1.21.9 '
44+ if : github.ref == 'refs/heads/dev/1.21.10 '
4545 env :
4646 MODRINTH_TOKEN : ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
4747 CURSEFORGE_TOKEN : ${{ secrets.CURSEFORGE_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ gradle-curseforge-publish.interop.neogradle=false
1111# org.gradle.configuration-cache=true
1212# Fabric Properties
1313# check these on https://fabricmc.net/versions.html
14- minecraft_version =1.21.9
15- yarn_mappings =1.21.9 +build.1
14+ minecraft_version =1.21.10-rc1
15+ yarn_mappings =1.21.10-rc1 +build.1
1616loader_version =0.17.2
17- fabric_version =0.133.14 +1.21.9
17+ fabric_version =0.134.0 +1.21.9
1818# Mod Properties
1919mod_version =0.3.5+alpha.0
2020maven_group =com.ishland.c2me
You can’t perform that action at this time.
0 commit comments