diff --git a/build.gradle.kts b/build.gradle.kts index 4ed9779..99931a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -75,7 +75,7 @@ paperweight { decompileRepo.set("https://maven.quiltmc.org/") useStandardUpstream("folia") { - url.set(github("Dreeam-qwq", "Folia")) + url.set(github("PaperMC", "Folia")) ref.set(providers.gradleProperty("foliaCommit")) withStandardPatcher { diff --git a/gradle.properties b/gradle.properties index b6387d3..0d06eb4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ group = me.earthme.luminol version = 1.20.4-R0.1-SNAPSHOT -foliaCommit = 6dba62e72c05cd71da3a99da09f3d8879a508ac3 +foliaCommit = 46d3ab50b4b6fa55e9bc39449652ea9543897e32 org.gradle.caching = true org.gradle.parallel = true