From e2ea52babbb4ac3cefa8380df6e582ca5b796c70 Mon Sep 17 00:00:00 2001 From: vladmarica Date: Tue, 20 Jul 2021 22:40:19 -0700 Subject: [PATCH] Update to 1.17.1 --- README.md | 1 + build.gradle | 4 ++-- gradle.properties | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f43ee8..7a6d520 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This mod's config file is `betterpingdisplay.json`. It contains the following op ## Supported Minecraft Versions * **1.15.x** * **1.16.x** +* **1.17.x** ## Requirements * [Fabric](https://fabricmc.net/) diff --git a/build.gradle b/build.gradle index 411199e..cf05f7e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,8 @@ plugins { id 'maven-publish' } -sourceCompatibility = JavaVersion.VERSION_16 -targetCompatibility = JavaVersion.VERSION_16 +sourceCompatibility = JavaVersion.VERSION_14 +targetCompatibility = JavaVersion.VERSION_14 archivesBaseName = project.archives_base_name version = project.mod_version diff --git a/gradle.properties b/gradle.properties index a6cff89..b115065 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.17 - yarn_mappings=1.17+build.13 - loader_version=0.11.3 + minecraft_version=1.17.1 + yarn_mappings=1.17.1+build.23 + loader_version=0.11.6 # Mod Properties mod_version = 1.1.0 @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.35.2+1.17 + fabric_version=0.37.0+1.17