mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
add nms for (need spigot source to compile. temporary)
This commit is contained in:
parent
71dd823d3e
commit
33892a8588
6 changed files with 85 additions and 0 deletions
|
|
@ -36,3 +36,5 @@ include("nms:v1_21R1")
|
|||
findProject(":nms:v1_21R1")?.name = "v1_21R1"
|
||||
include("nms:v1_21R2")
|
||||
findProject(":nms:v1_21R2")?.name = "v1_21R2"
|
||||
include("nms:v1_21R3")
|
||||
findProject(":nms:v1_21R3")?.name = "v1_21R3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue