Skip to content

Commit cc4afe4

Browse files
committed
Update Luminol
1 parent 3a2f58e commit cc4afe4

5 files changed

Lines changed: 68 additions & 68 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apiVersion=1.21.11
77
release=2
88
# 0 for skip release, 1 for pre-release, 2 for release
99

10-
luminolRef=73cdbe87f21a19a1bb5b8207be6c426739fc4045
10+
luminolRef=e43006c0748690b0feaf71a19fda4d08df025ccb
1111

1212
org.gradle.configuration-cache=true
1313
org.gradle.caching=true

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

lightingluminol-server/build.gradle.kts.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
- implementation(project(":luminol-api")) // Luminol
5050
+ implementation(project(":lightingluminol-api")) // LightingLuminol
5151
// Luminol start - Dependenices insert
52+
implementation("io.netty:netty-all:4.2.9.Final") // used for io_uring
5253
implementation("com.electronwill.night-config:toml:3.8.3") // Night config
53-
implementation("com.github.luben:zstd-jni:1.5.4-1")
54-
@@ -272,14 +_,14 @@
54+
@@ -273,14 +_,14 @@
5555
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
5656
attributes(
5757
"Main-Class" to "org.bukkit.craftbukkit.Main",
@@ -70,7 +70,7 @@
7070
"Build-Number" to (build ?: ""),
7171
"Build-Time" to buildTime.toString(),
7272
"Git-Branch" to gitBranch,
73-
@@ -431,7 +_,7 @@
73+
@@ -432,7 +_,7 @@
7474
}
7575

7676
fill {
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Bacteriawa <[email protected]>
3-
Date: Mon, 29 Sep 2025 23:27:43 +0800
3+
Date: Sat, 21 Feb 2026 23:55:06 +0800
44
Subject: [PATCH] Rebrand to LightingLuminol
55

66

77
diff --git a/src/main/java/me/earthme/luminol/config/modules/misc/ServerModNameConfig.java b/src/main/java/me/earthme/luminol/config/modules/misc/ServerModNameConfig.java
8-
index df5d926fb4401dd93d658fe14ae4d9d58cff68f9..86ad8d6e76ce361e806bfda97eb8a07cae1cfa08 100644
8+
index e4022494b050b68d54bac3cde87bdfc9e908859c..80c18e1f1afa2748f3419dbcb47b3de3feb8857c 100644
99
--- a/src/main/java/me/earthme/luminol/config/modules/misc/ServerModNameConfig.java
1010
+++ b/src/main/java/me/earthme/luminol/config/modules/misc/ServerModNameConfig.java
1111
@@ -8,7 +8,7 @@ import me.earthme.luminol.enums.EnumConfigCategory;
1212
@ConfigClassInfo(category = EnumConfigCategory.MISC, name = "server_mod_name")
1313
public class ServerModNameConfig implements IConfigModule {
14-
@ConfigInfo(name = "name")
14+
@ConfigInfo(name = "name", comments = "Decides the server mod name shown in your F3 debug screen.")
1515
- public static String serverModName = "Luminol";
1616
+ public static String serverModName = "LightingLuminol";
1717

18-
@ConfigInfo(name = "vanilla_spoof")
18+
@ConfigInfo(name = "vanilla_spoof", comments = "Ignore any plugin's modification and server mod name set in this config block, only force sending brand name of vanilla")
1919
public static boolean fakeVanilla = false;

0 commit comments

Comments
 (0)