Merge 1.19.4 into 1.20

This commit is contained in:
embeddedt 2023-06-29 19:28:08 -04:00
commit 3be36f826c
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -66,7 +66,7 @@ public class PackResourcesCacheEngine {
synchronized (this.containedPaths) { synchronized (this.containedPaths) {
this.containedPaths.add(cachedPath); this.containedPaths.add(cachedPath);
} }
if(!cachedPath.getFileName().endsWith(".mcmeta")) //if(!cachedPath.getFileName().endsWith(".mcmeta"))
namespacedList.add(cachedPath); namespacedList.add(cachedPath);
}); });
} }