aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-04-08 16:07:14 +0200
committernea <nea@nea.moe>2023-04-08 16:07:14 +0200
commit211ba85369594a45831bc0e36d3fa0c9de1606fb (patch)
treedb3ff24505a9b4de491c6e6480fb7944913b9418
parentb1183d8e043bd9fca5b077c3335247a2680bbdb9 (diff)
downloadneuhax-211ba85369594a45831bc0e36d3fa0c9de1606fb.tar.gz
neuhax-211ba85369594a45831bc0e36d3fa0c9de1606fb.tar.bz2
neuhax-211ba85369594a45831bc0e36d3fa0c9de1606fb.zip
Update oneconfig
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 600441f..cb9fa32 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -73,7 +73,7 @@ loom {
// If you don't want mixins, remove these lines
property("mixin.debug", "true")
property("asmhelper.verbose", "true")
- arg("--tweakClass", "cc.polyfrost.oneconfigwrapper.OneConfigWrapper")
+ arg("--tweakClass", "cc.polyfrost.oneconfig.loader.stage0.LaunchWrapperTweaker")
arg("--mixin", "mixins.neuhax.json")
val modFiles = runtimeMod.files
arg("--mods", modFiles.joinToString(",") { it.relativeTo(file("run")).path })
@@ -117,7 +117,7 @@ tasks.withType(Jar::class) {
this["ForceLoadAsMod"] = "true"
// If you don't want mixins, remove these lines
- this["TweakClass"] = "cc.polyfrost.oneconfigwrapper.OneConfigWrapper"
+ this["TweakClass"] = "cc.polyfrost.oneconfig.loader.stage0.LaunchWrapperTweaker"
this["MixinConfigs"] = "mixins.neuhax.json"
}
}