Use neoforge as a fallback maven if the parchment maven is down.
This commit is contained in:
parent
df580e2c11
commit
a32c87e599
|
|
@ -26,12 +26,16 @@ repositories {
|
|||
filter { includeGroupAndSubgroups('org.spongepowered') }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
forRepositories(
|
||||
maven {
|
||||
name = 'ParchmentMC'
|
||||
url = 'https://maven.parchmentmc.org/'
|
||||
},
|
||||
maven {
|
||||
name = "NeoForge"
|
||||
url = 'https://maven.neoforged.net/releases'
|
||||
}
|
||||
}
|
||||
)
|
||||
filter { includeGroup('org.parchmentmc.data') }
|
||||
}
|
||||
maven {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user