mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Create nms for 1.18 to 1.21.
Not tested for most version but should work as expected. will test for most versions before release.
This commit is contained in:
parent
0f2a295039
commit
2d5e83b87c
24 changed files with 727 additions and 15 deletions
|
|
@ -39,7 +39,15 @@ dependencies {
|
|||
// Include nms
|
||||
implementation(project(":nms:nms-common"))
|
||||
implementation(project(":nms:v1_18R1", configuration = "reobf"))
|
||||
|
||||
implementation(project(":nms:v1_18R2", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_19R1", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_19R2", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_19R3", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_20R1", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_20R2", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_20R3", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_20R4", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_21R1", configuration = "reobf"))
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue