Skip to content

Commit 3c40db5

Browse files
resolve conflicts 1.10
1 parent f2dd737 commit 3c40db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cam72cam/mod/resource/BuiltinPack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static IResourcePack attach(File path) {
8484
@Override
8585
protected InputStream getInputStreamByName(String name) throws IOException {
8686
InputStream stream = super.getInputStreamByName(name);
87-
File file = this.getFile(name);
87+
File file = new File(this.resourcePackFile, name);
8888
return new Identifier.InputStreamMod(stream, file.lastModified());
8989
}
9090
};

0 commit comments

Comments
 (0)