mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Merge branch 'main' into feature/set-lore
This commit is contained in:
commit
2d66aa44ba
14 changed files with 176 additions and 23 deletions
|
|
@ -16,7 +16,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "xyz.alexcrea"
|
||||
version = "1.9.1"
|
||||
version = "1.10.1"
|
||||
|
||||
repositories {
|
||||
// EcoEnchants
|
||||
|
|
@ -67,6 +67,7 @@ dependencies {
|
|||
implementation(project(":nms:v1_21R1", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_21R2", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_21R3", configuration = "reobf"))
|
||||
implementation(project(":nms:v1_21R4"))//, configuration = "reobf")) // TODO add again when paperweigh 1.21.5 update
|
||||
|
||||
// include kotlin for the offline jar
|
||||
implementation(kotlin("stdlib"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue