Revert "drop 1.17.x to 1.18.x nms"

This reverts commit 3ab6dbc155.
This commit is contained in:
alexcrea 2025-09-27 13:19:21 +02:00
parent e508f3fdf5
commit 07f6da525d
17 changed files with 290 additions and 4 deletions

View file

@ -3,6 +3,12 @@ rootProject.name = "CustomAnvil"
// NMS subproject
include("nms:nms-common")
findProject(":nms:nms-common")?.name = "nms-common"
include("nms:v1_17R1")
findProject(":nms:v1_17R1")?.name = "v1_17R1"
include("nms:v1_18R1")
findProject(":nms:v1_18R1")?.name = "v1_18R1"
include("nms:v1_18R2")
findProject(":nms:v1_18R2")?.name = "v1_18R2"
include("nms:v1_19R1")
findProject(":nms:v1_19R1")?.name = "v1_19R1"
include("nms:v1_19R2")