mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Lot of internal change and monetary cost (#116)
Internal changes this big was not intentional but had to do it for monetary cost excluding that: - add monetary cost, with dependency on rename dialogue - also change some a bit rename dialog
This commit is contained in:
commit
380b0de92f
40 changed files with 1702 additions and 717 deletions
|
|
@ -40,11 +40,14 @@ repositories {
|
|||
// ItemsAdder
|
||||
maven(url = "https://maven.devs.beer/")
|
||||
|
||||
// for fast stats
|
||||
// For fast stats
|
||||
maven {
|
||||
name = "thenextlvlReleases"
|
||||
url = uri("https://repo.thenextlvl.net/releases")
|
||||
}
|
||||
|
||||
// For vault unlocked
|
||||
maven { url = uri("https://repo.codemc.io/repository/creatorfromhell/") }
|
||||
}
|
||||
|
||||
val reobfNMS = providers.gradleProperty("subprojects.reobfnms")
|
||||
|
|
@ -103,6 +106,9 @@ dependencies {
|
|||
// ItemsAdder API
|
||||
compileOnly("dev.lone:api-itemsadder:4.0.10")
|
||||
|
||||
// Vault api
|
||||
compileOnly("net.milkbowl.vault:VaultUnlockedAPI:2.16")
|
||||
|
||||
// Include nms
|
||||
implementation(project(":nms:nms-common"))
|
||||
implementation(project(":nms:nms-paper"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue