File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/net/minecraftforge/gradle/dev Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,6 @@ public Object call()
400400 {
401401 Manifest mani = (Manifest ) getDelegate ();
402402 mani .getAttributes ().put ("Main-Class" , delayedString ("{MAIN_CLASS}" ).call ());
403- mani .getAttributes ().put ("TweakClass" , delayedString ("{FML_TWEAK_CLASS}" ).call ());
404403 mani .getAttributes ().put ("Class-Path" , getServerClassPath (delayedFile (CDN_JSON_REL ).call ()));
405404 return null ;
406405 }
@@ -435,7 +434,7 @@ public Object call()
435434 task .addReplacement ("@minecraft_version@" , delayedString ("{MC_VERSION}" ));
436435 task .addReplacement ("@version@" , delayedString ("{VERSION}" ));
437436 task .addReplacement ("@project@" , delayedString ("cauldron" ));
438- task .addReplacement ("@artifact@" , delayedString ("net.minecraftforge:forge :{MC_VERSION}-{VERSION}" ));
437+ task .addReplacement ("@artifact@" , delayedString ("net.minecraftforge:cauldron :{MC_VERSION}-{VERSION}" ));
439438 task .addReplacement ("@universal_jar@" , new Closure <String >(project )
440439 {
441440 public String call ()
You can’t perform that action at this time.
0 commit comments