add nms for (need spigot source to compile. temporary)

This commit is contained in:
alexcrea 2024-12-03 19:48:08 +01:00
parent 71dd823d3e
commit 33892a8588
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
6 changed files with 85 additions and 0 deletions

View file

@ -60,6 +60,7 @@ dependencies {
implementation(project(":nms:v1_20R4", configuration = "reobf"))
implementation(project(":nms:v1_21R1", configuration = "reobf"))
implementation(project(":nms:v1_21R2", configuration = "reobf"))
implementation(project(":nms:v1_21R3"))//, configuration = "reobf")) // TODO add again when paperweigh 1.21.4 update
// include kotlin for the offline jar
implementation(kotlin("stdlib"))