From bd13da5171fe95695240ff288e6b38b181fad4c6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 6 Dec 2024 20:44:32 +0100 Subject: [PATCH] Add support for 1.21.4 --- README.md | 2 +- build.gradle.kts | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38d09338..d4d2a5f5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Check out **[images section](#images)** down below. ## Installation -Paper **1.19.4** - **1.21.3** with **Java 21** (or higher) is required. Plugin should also work on **Paper** forks. +Paper **1.19.4** - **1.21.4** with **Java 21** (or higher) is required. Plugin should also work on **Paper** forks. **Spigot** is **not** supported. diff --git a/build.gradle.kts b/build.gradle.kts index 9dd0d531..06a34f67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,8 @@ val supportedVersions = "1.21", "1.21.1", "1.21.2", - "1.21.3" + "1.21.3", + "1.21.4", ) allprojects { @@ -63,7 +64,7 @@ dependencies { implementation(project(":implementation_1_19_4", configuration = "reobf")) implementation("de.oliver:FancyLib:33") - implementation("de.oliver:FancySitula:0.0.12") + implementation("de.oliver:FancySitula:0.0.13") implementation("de.oliver.FancyAnalytics:api:0.1.6") implementation("de.oliver.FancyAnalytics:logger:0.0.6") @@ -104,7 +105,7 @@ paper { tasks { runServer { - minecraftVersion("1.21.3") + minecraftVersion("1.21.4") downloadPlugins { modrinth("fancynpcs", "2.4.0")