Skip to content

Commit

Permalink
Use fork of Folia with latest Paper
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX committed Aug 12, 2024
1 parent e86c549 commit ebad941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ paperweight {
decompileRepo.set(paperMavenPublicUrl)

useStandardUpstream("Folia") {
url.set(github("PaperMC", "Folia"))
url.set(github("Edenor-Minecraft", "Folia"))
ref.set(providers.gradleProperty("foliaRef"))

withStandardPatcher {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group=dev.edenor.foldenor

version=1.21.1-R0.1-SNAPSHOT
mcVersion=1.21.1
foliaRef=e402f963b5c4d42921a67c4e789e1718635c8a83
foliaRef=4ad5d37fad103d9c0149c5fbd8d40c958d19ae29

org.gradle.caching=true
org.gradle.parallel=true
Expand Down

0 comments on commit ebad941

Please sign in to comment.