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:
parent
30c9956acd
commit
dc268285b0
|
|
@ -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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user