mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
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:
parent
50f8a37d8b
commit
e231f0ad7b
7 changed files with 83 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "xyz.alexcrea"
|
||||
version = "1.6.6"
|
||||
version = "1.6.7"
|
||||
|
||||
repositories {
|
||||
// EcoEnchants
|
||||
|
|
@ -57,6 +57,7 @@ dependencies {
|
|||
implementation(project(":nms:v1_20R3", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_20R4", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_21R1", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_21R2", configuration = "reobf"))
|
||||
|
||||
// include kotlin for the offline jar
|
||||
implementation(kotlin("stdlib"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue