mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
fix #20
This commit is contained in:
@@ -77,7 +77,9 @@ public class LoomFernflowerDecompiler extends ConsoleDecompiler {
|
||||
|
||||
@Override
|
||||
public void copyEntry(String s, String s1, String s2, String s3) {
|
||||
super.copyEntry(s, s1, jarName, s3);
|
||||
if (s3.endsWith(".java")) {
|
||||
super.copyEntry(s, s1, jarName, s3);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user