mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Fix last commit, oops
This commit is contained in:
@@ -112,7 +112,7 @@ public class MinecraftMappedProvider extends DependencyProvider {
|
||||
|
||||
getProject().getLogger().lifecycle(":remapping minecraft (TinyRemapper, " + fromM + " -> " + toM + ")");
|
||||
|
||||
Files.delete(output);
|
||||
Files.deleteIfExists(output);
|
||||
|
||||
TinyRemapper remapper = getTinyRemapper(fromM, toM);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user