add nms for mc 1.21.9

This commit is contained in:
alexcrea 2025-09-25 19:07:00 +02:00
parent 092daa9306
commit 870f56debf
Signed by: alexcrea
GPG key ID: E346CD16413450E3
8 changed files with 107 additions and 0 deletions

View file

@ -84,6 +84,7 @@ dependencies {
implementation(project(":nms:v1_21R3", configuration = "reobf"))
implementation(project(":nms:v1_21R4", configuration = "reobf"))
implementation(project(":nms:v1_21R5", configuration = "reobf"))
implementation(project(":nms:v1_21R6"))//, configuration = "reobf")) //TODO add back when 1.21.9 release
// include kotlin for the offline jar
implementation(kotlin("stdlib"))