aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 838fed2..6cf80cf 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -62,6 +62,8 @@ repositories {
val relocated = registerRelocationAttribute("relocate") {
relocate("gg.essential", "cc.polyfrost.oneconfig.libs")
+ relocate("me.kbrewster", "cc.polyfrost.oneconfig.libs")
+ relocate("com.llamalad7", "cc.polyfrost.oneconfig.libs")
}
val shadeRelocated: Configuration by configurations.creating {
@@ -115,6 +117,12 @@ dependencies {
isTransitive = false
}
+ shadeRelocated("com.github.KevinPriv:keventbus:c52e0a2ea0") {
+ isTransitive = false
+ }
+
+ annotationProcessor(shadeRelocated("com.github.LlamaLad7:MixinExtras:0.0.10")!!)
+
// for other mods and universalcraft
shade("org.jetbrains.kotlin:kotlin-stdlib:1.6.21")
shade("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21")