Add .mcmeta files to resource list to match 1.19.4+ behavior

Fixes modded texture .mcmeta files not being picked up

Fixes #145
This commit is contained in:
embeddedt 2023-06-29 19:27:27 -04:00
parent 30c9956acd
commit dc268285b0
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) {
this.containedPaths.add(cachedPath);
}
if(!cachedPath.getFileName().endsWith(".mcmeta"))
//if(!cachedPath.getFileName().endsWith(".mcmeta"))
namespacedList.add(cachedPath);
});
}