mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Reinitiate the forge repo
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -75,6 +75,15 @@ public class LoomRepositoryPlugin implements Plugin<PluginAware> {
|
||||
repo.setName("Mojang");
|
||||
repo.setUrl("https://libraries.minecraft.net/");
|
||||
});
|
||||
repositories.maven(repo -> {
|
||||
repo.setName("Forge");
|
||||
repo.setUrl("https://maven.minecraftforge.net/");
|
||||
|
||||
repo.metadataSources(sources -> {
|
||||
sources.mavenPom();
|
||||
sources.ignoreGradleMetadataRedirection();
|
||||
});
|
||||
});
|
||||
repositories.mavenCentral();
|
||||
|
||||
// MinecraftMappedProvider.java
|
||||
|
||||
Reference in New Issue
Block a user