mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Delete existing ATs when remapping
This commit is contained in:
@@ -71,6 +71,7 @@ public final class AtRemapper {
|
||||
}
|
||||
|
||||
if (!lines.equals(output)) {
|
||||
Files.delete(atPath);
|
||||
Files.write(atPath, output);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user