From 850c24d38381b4f38441f14144f9859f8473a8b2 Mon Sep 17 00:00:00 2001 From: 404Setup <153366651+404Setup@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:06:50 +0800 Subject: [PATCH] Updated Upstream (Luminol) Upstream has released updates that appear to apply and compile correctly Luminol Changes: LuminolMC/Luminol@5a60f73 Updated Upstream(Folia) --- gradle.properties | 2 +- patches/server/0001-Fix-build.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 87e23b1..9090ba0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/patches/server/0001-Fix-build.patch b/patches/server/0001-Fix-build.patch index b8a4dbc..39a12fd 100644 --- a/patches/server/0001-Fix-build.patch +++ b/patches/server/0001-Fix-build.patch @@ -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 @@ -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