first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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)
|
||||
}
|
||||
Reference in New Issue
Block a user