Skip to content

Commit 4d35289

Browse files
committed
Fixed Parchment Mapppings
1 parent ccc5945 commit 4d35289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
3636
mappings loom.layered() {
3737
officialMojangMappings()
38-
parchment("org.parchmentmc.data:parchment-1.20.2:2023.10.08@zip")
38+
parchment("org.parchmentmc.data:parchment-${rootProject.minecraft_version}:${rootProject.parchment_mappings}")
3939
}
4040
}
4141
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ felnull_version=1.75
1717
cloth_config_version=15.0.140
1818
modmenu_version=11.0.3
1919
rei_version=16.0.799
20-
parchment_mappings=1.21.1-2024.11.17
20+
parchment_mappings=2024.11.17
2121
# Upload
2222
curesforge_id=
2323
modrinth_id=

0 commit comments

Comments
 (0)