Skip to content

Commit

Permalink
Updated Upstream(Luminol)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lora4967 committed Jan 28, 2024
1 parent 8c163c2 commit f976e61
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 116 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,12 @@ paperweight {
serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
serverOutputDir.set(layout.projectDirectory.dir("LightingLuminol-Server"))
}

patchTasks.register("generatedApi") {
isBareDirectory = true
upstreamDirPath = "paper-api-generator/generated"
patchDir = layout.projectDirectory.dir("patches/generatedApi")
outputDir = layout.projectDirectory.dir("paper-api-generator/generated")
}
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group = me.earthme.lightingluminol
version = 1.20.4-R0.1-SNAPSHOT

luminolCommit = 25008dc31dc748123c13275043d4bd89f2f29386
luminolCommit = c5a7fbccbf99a12f609e19d55d74d4775c3d1bfa

org.gradle.caching = true
org.gradle.parallel = true
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0002-Fixed-Versioning.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: MrHua269 <[email protected]>
Date: Sun, 31 Dec 2023 09:41:39 +0000
Date: Sun, 28 Jan 2024 00:39:38 +0000
Subject: [PATCH] Fixed Versioning


Expand Down
Loading

0 comments on commit f976e61

Please sign in to comment.