Add nms for 1.21.2 & 1.21.3

updated nms for 1.21R1
version up to 1.6.7
This commit is contained in:
alexcrea 2024-10-26 16:24:56 +02:00
parent 50f8a37d8b
commit e231f0ad7b
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
7 changed files with 83 additions and 3 deletions

View file

@ -34,3 +34,5 @@ include("nms:v1_20R4")
findProject(":nms:v1_20R4")?.name = "v1_20R4"
include("nms:v1_21R1")
findProject(":nms:v1_21R1")?.name = "v1_21R1"
include("nms:v1_21R2")
findProject(":nms:v1_21R2")?.name = "v1_21R2"