From ffded8e7e1f44b575497ea11863f766809812cf0 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Thu, 22 Aug 2024 17:51:38 +0100 Subject: [PATCH] 1.21.1 --- .idea/compiler.xml | 4 ++-- PlatformDetection-paper/build.gradle | 2 +- PlatformDetection-paper/src/main/resources/paper-plugin.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 3973c42..6404d10 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -44,7 +44,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/PlatformDetection-paper/build.gradle b/PlatformDetection-paper/build.gradle index 70ce907..00c0fda 100644 --- a/PlatformDetection-paper/build.gradle +++ b/PlatformDetection-paper/build.gradle @@ -10,7 +10,7 @@ plugins { dependencies { implementation project(':PlatformDetection-common') - compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT' compileOnly 'me.clip:placeholderapi:2.11.6' compileOnly 'org.geysermc.floodgate:api:2.2.2-SNAPSHOT' compileOnly 'org.vivecraft:Vivecraft_Spigot_Extensions:1.20.4-r2' diff --git a/PlatformDetection-paper/src/main/resources/paper-plugin.yml b/PlatformDetection-paper/src/main/resources/paper-plugin.yml index 75f7ecb..31bb384 100644 --- a/PlatformDetection-paper/src/main/resources/paper-plugin.yml +++ b/PlatformDetection-paper/src/main/resources/paper-plugin.yml @@ -2,7 +2,7 @@ name: PlatformDetection version: @project.version@ main: uk.co.notnull.platformdetection.PlatformDetectionPaper author: Jim (AnEnragedPigeon) -api-version: '1.21' +api-version: '1.21.1' load: STARTUP description: Detects the platform/mod players are using