From f1509146f504707dfab3e9abac36038f94040b64 Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Fri, 27 May 2022 23:39:11 +0700 Subject: universal events add mixinextras and keventbus --- build.gradle.kts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index bc0b00c..998dbaa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,6 +64,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 { @@ -117,6 +119,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") -- cgit