From 3a47e9954c7681af9c6ee5bc346eb8dd317236ee Mon Sep 17 00:00:00 2001 From: Jenny Date: Fri, 10 Jan 2025 20:00:10 +0100 Subject: [PATCH] Change to ParchmentMC mappings --- build.gradle | 3 ++- settings.gradle | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 38ff5c7..cc28d94 100755 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,7 @@ plugins { id 'idea' id 'maven-publish' id 'net.minecraftforge.gradle' version '[6.0,6.2)' + id 'org.parchmentmc.librarian.forgegradle' version '1.+' } version = mod_version @@ -30,7 +31,7 @@ minecraft { // // Use non-default mappings at your own risk. They may not always work. // Simply re-run your setup task after changing the mappings to update your workspace. - mappings channel: mapping_channel, version: mapping_version + mappings channel: "parchment", version: "2023.09.03-1.20.1" // When true, this property will have all Eclipse/IntelliJ IDEA run configurations run the "prepareX" task for the given run configuration before launching the game. // In most cases, it is not necessary to enable. diff --git a/settings.gradle b/settings.gradle index 758df8b..137f6d2 100755 --- a/settings.gradle +++ b/settings.gradle @@ -5,6 +5,7 @@ pluginManagement { name = 'MinecraftForge' url = 'https://maven.minecraftforge.net/' } + maven { url = 'https://maven.parchmentmc.org' } } }