Skip to content

Commit

Permalink
add ParchmentMC maven
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 30, 2023
1 parent 97e7958 commit 377caae
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,34 @@ loom {

repositories {
maven {
name = "TerraformersMC"
url = "https://maven.terraformersmc.com/releases"
name = "ParchmentMC"
url = "https://maven.parchmentmc.org"
}
maven {
name = "Ladysnake"
url = "https://maven.ladysnake.org/releases"
}
maven {
name = "TerraformersMC"
url = "https://maven.terraformersmc.com/releases"
}
maven {
name = "Nucleoid"
url = "https://maven.nucleoid.xyz"
}
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}

// Universal Graves dependencies go brrrrrrr
maven {
name = "Nucleoid"
url = "https://maven.nucleoid.xyz"
}
}

dependencies {
minecraft libs.minecraft
mappings(loom.layered {
it.mappings variantOf(libs.quilt.mappings) { classifier 'intermediary-v2' }
it.mappings variantOf(libs.quilt.mappings) { classifier "intermediary-v2" }
it.parchment("${libs.parchment.mappings.get()}@zip")
it.officialMojangMappings { nameSyntheticMembers = false }
})
Expand Down

0 comments on commit 377caae

Please sign in to comment.