Skip to content

Commit

Permalink
Update to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley1808 committed Apr 24, 2024
1 parent 5a20cd3 commit 9d064cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '21'
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Build artifacts
run: ./gradlew build
- name: Upload build artifacts
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: AdvancedChat
path: build/libs
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties
minecraft_version=1.20.5-rc2
minecraft_version=1.20.5
loader_version=0.15.10

# Mod Properties
mod_version=1.4
mod_version=1.5
maven_group=me.wesley1808
archives_base_name=advancedchat

# API dependencies
fabric_version=0.97.3+1.20.5
fabric_version=0.97.6+1.20.5
placeholder_api_version=2.4.0-pre.1+1.20.5
playerdata_api_version=0.4.0+1.20.3
playerdata_api_version=0.5.0+1.20.5
predicate_api_version=0.4.0+1.20.5
permission_api_version=0.3.1

# Other dependencies
styledchat_version=2.4.0+1.20.3
vanish_version=1.5.2+1.20.4
styledchat_version=2.5.0+1.20.5
vanish_version=1.5.3+1.20.5

0 comments on commit 9d064cc

Please sign in to comment.