Skip to content

Commit 3be36f8

Browse files
committed
Merge 1.19.4 into 1.20
2 parents 7464cf7 + dc26828 commit 3be36f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/resources/PackResourcesCacheEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public PackResourcesCacheEngine(Function<PackType, Set<String>> namespacesRetrie
6666
synchronized (this.containedPaths) {
6767
this.containedPaths.add(cachedPath);
6868
}
69-
if(!cachedPath.getFileName().endsWith(".mcmeta"))
69+
//if(!cachedPath.getFileName().endsWith(".mcmeta"))
7070
namespacedList.add(cachedPath);
7171
});
7272
}

0 commit comments

Comments
 (0)