We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e5e93 commit 8510a60Copy full SHA for 8510a60
v1_21_11/build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
}
22
23
val minecraftVersion = "1.21.11"
24
-val parchmentVersion = "2025.10.05"
+val parchmentVersion = "2025.12.20"
25
val supportedVersionRange = ">=$minecraftVersion <1.21.12"
26
27
dependencies {
@@ -30,7 +30,7 @@ dependencies {
30
minecraft("com.mojang:minecraft:$minecraftVersion")
31
mappings(loom.layered {
32
officialMojangMappings()
33
- // parchment("org.parchmentmc.data:parchment-$minecraftVersion:$parchmentVersion@zip")
+ parchment("org.parchmentmc.data:parchment-$minecraftVersion:$parchmentVersion@zip")
34
})
35
36
0 commit comments