From b186228f4e7c50eae6b90cbf72f957df2ebb739a Mon Sep 17 00:00:00 2001 From: D4rkr34lm Date: Fri, 1 May 2026 10:59:23 +0200 Subject: [PATCH] Revert "swap out used api" This reverts commit 5f3847480902aafd6bef379716dadac2ed5571e5. --- SchematicSystem/SchematicSystem_21/build.gradle.kts | 2 +- settings.gradle.kts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SchematicSystem/SchematicSystem_21/build.gradle.kts b/SchematicSystem/SchematicSystem_21/build.gradle.kts index 156919d8..b9bfe6c9 100644 --- a/SchematicSystem/SchematicSystem_21/build.gradle.kts +++ b/SchematicSystem/SchematicSystem_21/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { compileOnly(project(":SpigotCore", "default")) compileOnly(project(":SchematicSystem:SchematicSystem_Core", "default")) - compileOnly(libs.paperapi21) + compileOnly(libs.spigotapi21) compileOnly(libs.nms21) compileOnly(libs.fawe21) diff --git a/settings.gradle.kts b/settings.gradle.kts index ea47eac1..9b228792 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -103,6 +103,7 @@ dependencyResolutionManagement { library("spigotapi", "org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") + library("spigotapi21", "org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT") library("spigotannotations", "org.spigotmc:plugin-annotations:1.2.3-SNAPSHOT") library("paperapi", "io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT") library("paperapi21", "io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT")