diff options
| -rw-r--r-- | .github/workflows/curseforge.yml | 3 | ||||
| -rw-r--r-- | gradle.properties | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index f82f9e7bf..fb3b451ce 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -16,6 +16,7 @@ on: - 11.x-1.19.4 - 11.x-23w13a_or_b - 12.x-1.20 + - 13.x-1.20.2 jobs: build: @@ -35,4 +36,4 @@ jobs: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} modrinth_key: ${{ secrets.MODRINTH_KEY }} BRANCH_NAME: ${{ github.ref }} - MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
\ No newline at end of file + MAVEN_PASS: ${{ secrets.MAVEN_PASS }} diff --git a/gradle.properties b/gradle.properties index 0564e8294..895a0aaf8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.jvmargs=-Xmx6G -base_version=12.0 +base_version=13.0 unstable=false -supported_version=1.20.2 (23w35a) -minecraft_version=23w35a +supported_version=1.20.2-pre1 +minecraft_version=1.20.2-pre1 forgeEnabled=false forge_version=46.0.1 fabricloader_version=0.14.22 cloth_config_version=12.0.107 modmenu_version=7.0.0 -fabric_api=0.87.2+1.20.2 -architectury_version=10.0.4 +fabric_api=0.88.2+1.20.2 +architectury_version=10.0.5 api_exculde= #api_include=me.shedaniel.cloth:cloth-events,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,org.jetbrains:annotations,net.fabricmc.fabric-api:fabric |
