Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Updated Upstream (Luminol)
Browse files Browse the repository at this point in the history
Upstream has released updates that appear to apply and compile correctly

Luminol Changes:
LuminolMC/Luminol@5a60f73 Updated Upstream(Folia)
  • Loading branch information
404Setup committed Aug 29, 2024
1 parent 9e313dd commit 850c24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group = one.tranic.bukkit
version = 1.21.1-R0.1-SNAPSHOT

luminolCommit = 973b437ad64e0ca787963216342ec3f5dc974e03
luminolCommit = 5a60f7395f2a7d97b0baa6b77fdd2559080989de

org.gradle.caching = true
org.gradle.parallel = true
Expand Down
4 changes: 2 additions & 2 deletions patches/server/0001-Fix-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subject: [PATCH] Fix-build
and add kotlin support

diff --git a/build.gradle.kts b/build.gradle.kts
index 1049681dfa7e48b4b6c29f4b1a09c689ac918500..fdaac794f89cb18fc63105082aa53047f777a14d 100644
index 83b8495bd52ad9ea38e9001a7ab209bf8ecdbe86..6be568b0235fb3792e8e4179667d37fbd5fa640c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -4,6 +4,9 @@ import java.time.Instant
Expand All @@ -30,7 +30,7 @@ index 1049681dfa7e48b4b6c29f4b1a09c689ac918500..fdaac794f89cb18fc63105082aa53047
implementation("org.jline:jline-terminal-jansi:3.21.0")
@@ -70,6 +73,14 @@ dependencies {
implementation("me.lucko:spark-api:0.1-20240720.200737-2")
implementation("me.lucko:spark-paper:1.10.84-20240720.204128-1")
implementation("me.lucko:spark-paper:1.10.99-SNAPSHOT")
// Paper end - spark
+
+ // LevelBukkit start
Expand Down

0 comments on commit 850c24d

Please sign in to comment.