aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 655b568..508352c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -27,7 +27,7 @@ loom {
// If you don't want mixins, remove these lines
property("mixin.debug", "true")
property("asmhelper.verbose", "true")
- arg("--tweakClass", "org.spongepowered.asm.launch.MixinTweaker")
+ arg("--tweakClass", "gg.essential.loader.stage0.EssentialSetupTweaker")
arg("--mixin", "mixins.dulkirmod.json")
}
}
@@ -101,7 +101,7 @@ tasks.withType(Jar::class) {
this["ForceLoadAsMod"] = "true"
// If you don't want mixins, remove these lines
- this["TweakClass"] = "org.spongepowered.asm.launch.MixinTweaker"
+ this["TweakClass"] = "gg.essential.loader.stage0.EssentialSetupTweaker"
this["MixinConfigs"] = "mixins.dulkirmod.json"
}
}
@@ -128,4 +128,4 @@ tasks.shadowJar {
tasks.withType<Jar> { duplicatesStrategy = DuplicatesStrategy.EXCLUDE }
-tasks.assemble.get().dependsOn(tasks.remapJar) \ No newline at end of file
+tasks.assemble.get().dependsOn(tasks.remapJar)