Skip to content

Commit

Permalink
Update MinecraftPatchedProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 committed Apr 23, 2024
1 parent e2ed48a commit 478379b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public static void accessTransform(Project project, Path input, Path target) thr
}

private void remapPatchedJar(SharedServiceManager serviceManager) throws Exception {
logger.lifecycle(":remapping minecraft (TinyRemapper," + (getExtension().isNeoForge() ? "mojang -> mojang)" : " srg -> official)"));
logger.lifecycle(":remapping minecraft (TinyRemapper," + (getExtension().isNeoForge() ? " mojang -> mojang)" : " srg -> official)"));
Path mcInput = minecraftPatchedIntermediateAtJar;
Path mcOutput = minecraftPatchedJar;
Path forgeJar = getForgeJar().toPath();
Expand Down

0 comments on commit 478379b

Please sign in to comment.