From a8e7d2c0b159e9e43983caa350eb8dfe2bf7b52a Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Wed, 8 Oct 2025 11:01:46 +0200 Subject: [PATCH] build against 1.21.10 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7e64031..4aa083a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "me.youhavetrouble" -version = "1.16.0" +version = "1.17.0" description = "Nameplates using display entities" java { @@ -19,7 +19,7 @@ repositories { } dependencies { - paperweight.devBundle("org.purpurmc.purpur","1.21.8-R0.1-SNAPSHOT") + paperweight.devBundle("org.purpurmc.purpur","1.21.10-R0.1-SNAPSHOT") compileOnly("me.clip:placeholderapi:2.11.5") compileOnly("com.github.LeonMangler:SuperVanish:6.2.17") compileOnly("com.github.mbax:VanishNoPacket:3.22")