mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Fix non-root walkFileSystems, part III
This commit is contained in:
@@ -363,7 +363,7 @@ public class MinecraftProvider extends DependencyProvider {
|
||||
try {
|
||||
Path relativeSource = root ? it : dir.relativize(it);
|
||||
Path targetPath = targetFs.getPath(relativeSource.toString());
|
||||
action.accept(sourceFs, targetFs, relativeSource, targetPath);
|
||||
action.accept(sourceFs, targetFs, it, targetPath);
|
||||
} catch (IOException e) {
|
||||
throw new UncheckedIOException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user