mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Add Disenchantment as dependency
This commit is contained in:
parent
849f25f30b
commit
3c8810ed72
2 changed files with 12 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ dependencies {
|
||||||
compileOnly("com.willfp:EcoEnchants:12.5.1")
|
compileOnly("com.willfp:EcoEnchants:12.5.1")
|
||||||
compileOnly("com.willfp:eco:6.70.1")
|
compileOnly("com.willfp:eco:6.70.1")
|
||||||
|
|
||||||
|
// Disenchantment
|
||||||
|
compileOnly("cz.kominekjan:Disenchantment:v5.3.1")
|
||||||
|
|
||||||
// Include nms
|
// Include nms
|
||||||
implementation(project(":nms:nms-common"))
|
implementation(project(":nms:nms-common"))
|
||||||
implementation(project(":nms:v1_17R1", configuration = "reobf"))
|
implementation(project(":nms:v1_17R1", configuration = "reobf"))
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
|
import java.net.URI
|
||||||
|
|
||||||
rootProject.name = "CustomAnvil"
|
rootProject.name = "CustomAnvil"
|
||||||
|
|
||||||
|
// for Disenchantment dependency
|
||||||
|
sourceControl {
|
||||||
|
gitRepository(URI.create("https://github.com/H7KZ/Disenchantment.git")) {
|
||||||
|
producesModule("cz.kominekjan:Disenchantment")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// NMS subproject
|
// NMS subproject
|
||||||
include("nms:nms-common")
|
include("nms:nms-common")
|
||||||
findProject(":nms:nms-common")?.name = "nms-common"
|
findProject(":nms:nms-common")?.name = "nms-common"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue