mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Delete existing manifests when augmenting them
This commit is contained in:
@@ -150,6 +150,7 @@ public class MinecraftMappedProvider extends DependencyProvider {
|
||||
lines.add("Name: net/minecraftforge/fml/mclanguageprovider/");
|
||||
lines.add("Implementation-Version: " + version.getMinecraftVersion());
|
||||
|
||||
Files.delete(manifestPath);
|
||||
Files.write(manifestPath, lines);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user