Revert "swap out used api"

This reverts commit 5f38474809.
This commit is contained in:
D4rkr34lm
2026-05-01 10:59:23 +02:00
parent 5f38474809
commit b186228f4e
2 changed files with 2 additions and 1 deletions
@@ -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)
+1
View File
@@ -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")