mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
No longer use sponges own tweak class, run client task now uses the obfed jar.
This commit is contained in:
@@ -66,7 +66,6 @@ public class RunServerTask extends JavaExec {
|
||||
classpath(libs);
|
||||
|
||||
args("--tweakClass", "com.openmodloader.loader.launch.OpenServerTweaker");
|
||||
args("--tweakClass", "org.spongepowered.asm.launch.MixinTweaker");
|
||||
|
||||
setWorkingDir(new File(getProject().getRootDir(), "run"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user