From a112b38b1c7f1d370251079ab3e29fa73dffa058 Mon Sep 17 00:00:00 2001 From: BitHeaven Date: Tue, 21 Jan 2025 04:32:33 +0500 Subject: [PATCH] MORE UPDATES --- build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 422e310..88d64fe 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,10 @@ plugins { - id "fabric-loom" version "1.8.+" + id "fabric-loom" version "1.9-SNAPSHOT" id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build id 'maven-publish' } sourceCompatibility = JavaVersion.VERSION_17 -targetCompatibility = JavaVersion.VERSION_17 base.archivesName = archives_base_name group = project.maven_group @@ -21,7 +20,10 @@ repositories { // for more information about repositories. maven { url = "https://maven.shedaniel.me/" } // Cloth Config, REI maven { url = "https://maven.blamejared.com" } // JEI - maven { url = "https://maven.parchmentmc.org" } // Parchment mappings + maven { + name = 'ParchmentMC' + url = 'https://maven.parchmentmc.org' + } maven { url = "https://maven.quiltmc.org/repository/release" } // Quilt Mappings maven { url = "https://api.modrinth.com/maven" } // LazyDFU maven { url = "https://maven.terraformersmc.com/releases/" } // Mod Menu