add parchment back

This commit is contained in:
Wagyourtail
2022-12-06 18:30:43 -07:00
parent f7f0c84407
commit 386caf5d1e
2 changed files with 2 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ allprojects {
// The following line declares the mojmap mappings, you may use other mappings as well
mappings "net.fabricmc:intermediary:${rootProject.minecraft_version}:v2"
mappings "net.minecraft:minecraft:${rootProject.minecraft_version}:client-mappings"
mappings "org.parchmentmc.data:parchment-1.19.2:2022.11.27@zip"
implementation "org.spongepowered:mixin:0.8.5"
implementation "org.ow2.asm:asm:9.3"