diff --git a/.idea/runConfigurations/Minecraft_Server.xml b/.idea/runConfigurations/Minecraft_Server.xml
index c4ae658..3414845 100644
--- a/.idea/runConfigurations/Minecraft_Server.xml
+++ b/.idea/runConfigurations/Minecraft_Server.xml
@@ -12,5 +12,5 @@
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 171f258..4f0e9aa 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ This mod's config file is `betterpingdisplay.json`. It contains the following op
* **1.18.x**
* **1.19.x**
* **1.20.x**
+* **1.21.x**
## Requirements
* [Fabric](https://fabricmc.net/)
diff --git a/build.gradle b/build.gradle
index dc95a46..2799d1f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,7 @@ tasks.withType(JavaCompile) {
}
tasks.withType(JavaCompile).configureEach {
- it.options.release = 17
+ it.options.release = 21
}
jar {
diff --git a/gradle.properties b/gradle.properties
index 6b59b74..34f362b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
-minecraft_version=1.20.6
-yarn_mappings=1.20.6+build.1
-loader_version=0.15.10
+minecraft_version=1.21
+yarn_mappings=1.21+build.2
+loader_version=0.15.11
# Mod Properties
-mod_version = 1.1.3
+mod_version = 1.1.4.2
maven_group = com.vladmarica
archives_base_name = BetterPingDisplay-Fabric
# Dependencies
-fabric_version=0.97.8+1.20.6
+fabric_version=0.100.1+1.21
diff --git a/settings.gradle b/settings.gradle
index 5b60df3..f91a4fe 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
- jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'