drop 1.17.x to 1.18.x nms

paper bundle are broken
This commit is contained in:
alexcrea 2025-09-25 19:39:10 +02:00
parent 870f56debf
commit 3ab6dbc155
Signed by: alexcrea
GPG key ID: E346CD16413450E3
17 changed files with 4 additions and 290 deletions

View file

@ -69,9 +69,6 @@ dependencies {
// Include nms
implementation(project(":nms:nms-common"))
implementation(project(":nms:v1_17R1", configuration = "reobf"))
implementation(project(":nms:v1_18R1", configuration = "reobf"))
implementation(project(":nms:v1_18R2", configuration = "reobf"))
implementation(project(":nms:v1_19R1", configuration = "reobf"))
implementation(project(":nms:v1_19R2", configuration = "reobf"))
implementation(project(":nms:v1_19R3", configuration = "reobf"))