From 99dfb2425855314cf85205d4c516c0dc51fd9be3 Mon Sep 17 00:00:00 2001 From: Yuuki Chan Date: Thu, 15 Jun 2023 13:05:07 +0900 Subject: [PATCH] Updated for 1.20.1 --- README.md | 2 +- gradle.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 378d900..b365e7a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This mod's config file is `betterpingdisplay.json`. It contains the following op * **1.17.x** * **1.18.x** * **1.19.x** -* **1.20** +* **1.20.x** ## Requirements * [Fabric](https://fabricmc.net/) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 1240c84..4d13014 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.20 -yarn_mappings=1.20+build.1 +minecraft_version=1.20.1 +yarn_mappings=1.20.1+build.1 loader_version=0.14.21 # Mod Properties -mod_version = 1.1.3 +mod_version = 1.1.4 maven_group = com.vladmarica archives_base_name = BetterPingDisplay-Fabric # 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.83.0+1.20 +fabric_version=0.83.0+1.20.1