20 lines
513 B
Kotlin
20 lines
513 B
Kotlin
loom {
|
|
accessWidenerPath.set(file("src/main/resources/hero-api.accesswidener"))
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":datatracker", configuration = "namedElements"))
|
|
|
|
modApi(libs.bundles.fabric)
|
|
modApi(libs.bundles.silk)
|
|
modApi(libs.bundles.performance)
|
|
modApi(libs.bundles.mongodb)
|
|
modApi(libs.bundles.hglaborutils) {
|
|
exclude(module = "fabric-api")
|
|
exclude(module = "hglabor-utils-events")
|
|
}
|
|
modApi(libs.owolib)
|
|
modApi(libs.geckolib)
|
|
modApi(libs.emoteLib)
|
|
}
|