Added modCompile config to allow deps to be remapped

This commit is contained in:
modmuss50
2018-10-29 11:55:30 +00:00
parent 482606d765
commit ec4bd3162a
9 changed files with 211 additions and 23 deletions

View File

@@ -79,7 +79,7 @@ public class RunClientTask extends JavaExec {
@Override
public String getMain() {
return "cpw.mods.modlauncher.Launcher";
return "net.minecraft.launchwrapper.Launch";
}
@Override