mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
moved to vault unlocked
This commit is contained in:
parent
d67380da1a
commit
2c3e43cb84
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
// For vault unlocked
|
// For vault unlocked
|
||||||
maven { url = uri("https://jitpack.io") }
|
maven { url = uri("https://repo.codemc.io/repository/creatorfromhell/") }
|
||||||
}
|
}
|
||||||
|
|
||||||
val reobfNMS = providers.gradleProperty("subprojects.reobfnms")
|
val reobfNMS = providers.gradleProperty("subprojects.reobfnms")
|
||||||
|
|
@ -107,7 +107,7 @@ dependencies {
|
||||||
compileOnly("dev.lone:api-itemsadder:4.0.10")
|
compileOnly("dev.lone:api-itemsadder:4.0.10")
|
||||||
|
|
||||||
// Vault api
|
// Vault api
|
||||||
compileOnly("com.github.MilkBowl:VaultAPI:1.7")
|
compileOnly("net.milkbowl.vault:VaultUnlockedAPI:2.16")
|
||||||
|
|
||||||
// Include nms
|
// Include nms
|
||||||
implementation(project(":nms:nms-common"))
|
implementation(project(":nms:nms-common"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue