From 386caf5d1e0b47d3ea028c0734b74e3f8b1c6631 Mon Sep 17 00:00:00 2001 From: Wagyourtail Date: Tue, 6 Dec 2022 18:30:43 -0700 Subject: [PATCH] add parchment back --- build.gradle | 1 + buildSrc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a6bdd5e2..471bb608f 100755 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 7e0f06f82..ba889f8aa 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -36,5 +36,5 @@ dependencies { implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0' implementation group: 'commons-io', name: 'commons-io', version: '2.6' - implementation group: 'xyz.wagyourtail.unimined', name: 'xyz.wagyourtail.unimined.gradle.plugin', version: '0.3.0' + implementation group: 'xyz.wagyourtail.unimined', name: 'xyz.wagyourtail.unimined.gradle.plugin', version: '0.3.1' } \ No newline at end of file