From c3458cd5ffc70133cc72cc173c8cfab2589e5e42 Mon Sep 17 00:00:00 2001 From: Samsuik Date: Fri, 13 Dec 2024 12:08:46 +0000 Subject: [PATCH] Change upstream repository to `Paper-archive` --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index bc9cf00..cfc7dfd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,6 +49,7 @@ paperweight { decompileRepo = "https://files.minecraftforge.net/maven/" usePaperUpstream(providers.gradleProperty("paperRef")) { + url = github("PaperMC", "Paper-archive") // hard fork withPaperPatcher { apiPatchDir = layout.projectDirectory.dir("patches/api") apiOutputDir = layout.projectDirectory.dir("sakura-api")