Skip to content

Commit

Permalink
feat: update to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 14, 2023
1 parent fc7908b commit 608d86e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ 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
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

Expand All @@ -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,)

0 comments on commit 608d86e

Please sign in to comment.