diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-07-17 22:23:46 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-07-17 22:23:46 +0100 |
commit | d27b836caeff1d3102a398294e2ae39383fc721b (patch) | |
tree | 35242035c141059de6d3b9e6d28a8f8bd742e234 | |
parent | b662ed74bf3365fb2e5eca0715db96f7933f046b (diff) |
Update Minecraft and Gradle.
-rw-r--r-- | gradle.properties | 6 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 60cb9a4..cea6101 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/versions.html - minecraft_version=1.17 - yarn_mappings=1.17+build.13 + minecraft_version=1.17.1 + yarn_mappings=1.17.1+build.14 loader_version=0.11.6 # Mod Properties @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.36.0+1.17 + fabric_version=0.37.0+1.17 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0f80bbf..05679dc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |