From 608d86e793cb2e043c61b442960cf14ee7fd8213 Mon Sep 17 00:00:00 2001 From: Kli Kli Date: Wed, 14 Jun 2023 11:32:12 +0200 Subject: [PATCH] feat: update to 1.20.1 --- .github/workflows/build_and_publish.yaml | 4 ++-- gradle.properties | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index 23fcfe175..442011fbd 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -83,7 +83,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 if: ${{ steps.get_release_type.outputs.result != 'test' }} with: - branch: version/1.20.0 + branch: version/1.20.1 commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' file_pattern: CHANGELOG.md - name: Upload to Curseforge @@ -100,7 +100,7 @@ jobs: ${{ steps.changelog.outputs.changes }} Find changes for all versions at https://github.com/klikli-dev/theurgy/releases - game_versions: Forge,Minecraft 1.20:${{ steps.get_mc_version.outputs.result }} + game_versions: Forge,Minecraft 1.20:1.20.1,Minecraft 1.20:${{ steps.get_mc_version.outputs.result }} display_name: theurgy-${{ steps.get_mc_version.outputs.result }}-${{ steps.get_version.outputs.result }}.jar release_type: ${{ steps.get_release_type.outputs.result }} relations: modonomicon:requiredDependency,jei:optionalDependency \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0ef2262c8..f40827776 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,13 +6,13 @@ org.gradle.daemon=false ## Environment Properties # The Minecraft version must agree with the Forge version to get a valid artifact -minecraft_version=1.20 +minecraft_version=1.20.1 # The Minecraft version range can use any release version of Minecraft as bounds. # Snapshots, pre-releases, and release candidates are not guaranteed to sort properly # as they do not follow standard versioning conventions. minecraft_version_range=[1.20,1.21) # The Forge version must agree with the Minecraft version to get a valid artifact -forge_version=1.20-46.0.1 +forge_version=1.20.1-47.0.1 # The Forge version range can use any version of Forge as bounds or match the loader version range forge_version_range=[46,) # The loader version range can only use the major version of Forge/FML as bounds @@ -20,7 +20,7 @@ loader_version_range=[46,) mapping_channel=parchment #postfix is target mc version, optional prefix is source parchment mc version -mapping_version=1.19.3-2023.03.12-1.20 +mapping_version=1.19.3-2023.03.12-1.20.1 ## Mod Properties @@ -34,7 +34,7 @@ mod_description=An open-source magic mod built around classical alchemy to repli ## Dependency Properties -jei_version=14.0.0.4 +jei_version=15.0.0.12 jei_version_range=[14.0.0.4,) -modonomicon_version=1.32.2 +modonomicon_version=1.33.1 modonomicon_version_range=[1.32.2,) \ No newline at end of file