Skip to content

Commit ea453b0

Browse files
committed
Reenable parchment
[skip ci]
1 parent 595fc85 commit ea453b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ subprojects {
8888
// layered mappings - Mojmap names, parchment and QM docs and parameters
8989
"mappings"(loom.layered {
9090
mappings("org.quiltmc:quilt-mappings:${"minecraft_version"()}+build.${"qm_version"()}:intermediary-v2")
91-
//parchment("org.parchmentmc.data:parchment-${"minecraft_version"()}:${"parchment_version"()}@zip")
91+
parchment("org.parchmentmc.data:parchment-${"minecraft_version"()}:${"parchment_version"()}@zip")
9292
officialMojangMappings { nameSyntheticMembers = false }
9393
})
9494

@@ -302,7 +302,6 @@ fun Project.setupRepositories() {
302302
maven("https://raw.githubusercontent.com/Fuzss/modresources/main/maven/") // forge config api port
303303
exclusiveMaven("https://maven.blamejared.com", "at.petra-k", "vazkii.patchouli") // JEI, Hex Casting
304304
exclusiveMaven("https://maven.ladysnake.org/releases", "dev.onyxstudios.cardinal-components-api") // Cardinal Components (Hex Casting dependency)
305-
exclusiveMaven("https://maven.ithundxr.dev/mirror", "org.parchmentmc.data")
306305
}
307306
}
308307

0 commit comments

Comments
 (0)