Skip to content

Commit

Permalink
update gradle to 8.5 and minecraft to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCraftPlugin committed Nov 30, 2023
1 parent 2f956b6 commit 4070628
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.23
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.25



# Mod Properties
Expand All @@ -17,6 +18,6 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.90.0+1.20.1
fabric_version=0.91.1+1.20.2
registery_lib_version = 1.20.1-1.0.0
terra_blender_version = 1.20.1-3.0.0.169
terra_blender_version = 1.20.2-3.2.0.14
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4070628

Please sign in to comment.