mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
fix AxPlayersWarps incompatibility
This commit is contained in:
parent
78ce6a8f42
commit
f4aaeddb25
4 changed files with 37 additions and 2 deletions
|
|
@ -26,7 +26,6 @@ val effectiveVersion = "$version" +
|
|||
repositories {
|
||||
// EcoEnchants
|
||||
maven(url = "https://repo.auxilor.io/repository/maven-public/")
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -61,6 +60,9 @@ dependencies {
|
|||
// ToolStats
|
||||
compileOnly(files("libs/toolstats-1.9.6-stripped.jar"))
|
||||
|
||||
// AxPlayerWarps
|
||||
compileOnly(files("libs/AxPlayerWarps-1.10.3.jar"))
|
||||
|
||||
// Include nms
|
||||
implementation(project(":nms:nms-common"))
|
||||
implementation(project(":nms:v1_17R1", configuration = "reobf"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue