Skip to content

Commit

Permalink
将构建脚本升级至1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloePrime committed May 13, 2024
1 parent 99dae53 commit 6b0d36b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
include modImplementation("com.jamieswhiteshirt:reach-entity-attributes:2.2.0")
include modImplementation("com.jamieswhiteshirt:reach-entity-attributes:2.4.0")
}

configurations {
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.18.2
parchment_version=2022.11.06
minecraft_version=1.20.1
parchment_version=2023.09.03

archives_base_name=HitFeedback
mod_version=1.18.2-1.0.0
mod_version=1.20.1-1.0.0
maven_group=mod.chloeprime

architectury_version=4.12.94
architectury_version=9.2.14

fabric_loader_version=0.15.11
fabric_api_version=0.77.0+1.18.2
fabric_api_version=0.92.1+1.20.1

forge_version=1.18.2-40.2.9
forge_version=1.20.1-47.2.32

0 comments on commit 6b0d36b

Please sign in to comment.