Compare commits

...

1 Commits

Author SHA1 Message Date
Dreeam
bedc48ca25 Updated Upstream (Folia) 2024-05-09 20:56:20 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ paperweight {
decompileRepo.set("https://maven.quiltmc.org/") decompileRepo.set("https://maven.quiltmc.org/")
useStandardUpstream("folia") { useStandardUpstream("folia") {
url.set(github("Dreeam-qwq", "Folia")) url.set(github("PaperMC", "Folia"))
ref.set(providers.gradleProperty("foliaCommit")) ref.set(providers.gradleProperty("foliaCommit"))
withStandardPatcher { withStandardPatcher {

View File

@@ -1,7 +1,7 @@
group = me.earthme.luminol group = me.earthme.luminol
version = 1.20.4-R0.1-SNAPSHOT version = 1.20.4-R0.1-SNAPSHOT
foliaCommit = 6dba62e72c05cd71da3a99da09f3d8879a508ac3 foliaCommit = 46d3ab50b4b6fa55e9bc39449652ea9543897e32
org.gradle.caching = true org.gradle.caching = true
org.gradle.parallel = true org.gradle.parallel = true