Skip to content

Commit

Permalink
build: 24w18a
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed May 6, 2024
1 parent 484a3e7 commit 62e6c30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: upload to modrinth and curseforge
run: ./gradlew modrinth curseforge
if: github.ref == 'refs/heads/ver/1.20.6'
if: github.ref == 'refs/heads/ver/1.21'
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.10
fabric_version=0.97.8+1.20.6
minecraft_version=24w18a
yarn_mappings=24w18a+build.4
loader_version=0.15.11
fabric_version=0.97.9+1.21
# Mod Properties
mod_version=0.2.0+alpha.11
maven_group=com.ishland.c2me
Expand Down

0 comments on commit 62e6c30

Please sign in to comment.