4df4d07ae9
* do not release & push repo before finished * langs update * updateSuppression config moved up * redirect tick command option to carpet config system * optimizedDragonRespawn * diff in files * counter rules transformed * oops! * some fakeplayer options moved up * simplify * creative no clip moved * pre remove core module * pre update luminol to further fix a bug that config not saved to real file * fix up transform * fix up transform * fix up * fix up some problem in PR * redirect forgotten moved config * fix bugs in PR * refix * switch for final merge
32 lines
1.9 KiB
Diff
32 lines
1.9 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Helvetica Volubi <suisuroru@blue-millennium.fun>
|
|
Date: Sun, 8 Jun 2025 00:58:13 +0800
|
|
Subject: [PATCH] Rebrand to Lophine
|
|
|
|
|
|
diff --git a/src/main/java/me/earthme/luminol/config/ConfigManager.java b/src/main/java/me/earthme/luminol/config/ConfigManager.java
|
|
index a2f5a99ee45a0810fd338ccf6f71df3a077ca62b..05e1aa84586284ac0389e7023f975bfb08438535 100644
|
|
--- a/src/main/java/me/earthme/luminol/config/ConfigManager.java
|
|
+++ b/src/main/java/me/earthme/luminol/config/ConfigManager.java
|
|
@@ -24,6 +24,7 @@ public class ConfigManager {
|
|
|
|
public static void initConfigs() {
|
|
registerConfig("luminol", ConfigsInstance.of("luminol", "me.earthme.luminol.config.modules"));
|
|
+ registerConfig("lophine", ConfigsInstance.of("lophine", "fun.bm.lophine.config.modules")); // add lophine global config
|
|
preLoad();
|
|
}
|
|
|
|
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
|
|
index e4022494b050b68d54bac3cde87bdfc9e908859c..a4188ef831825764c0756b826651e2e7a9f99c5b 100644
|
|
--- 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,7 +8,7 @@ import me.earthme.luminol.enums.EnumConfigCategory;
|
|
@ConfigClassInfo(category = EnumConfigCategory.MISC, name = "server_mod_name")
|
|
public class ServerModNameConfig implements IConfigModule {
|
|
@ConfigInfo(name = "name", comments = "Decides the server mod name shown in your F3 debug screen.")
|
|
- public static String serverModName = "Luminol";
|
|
+ public static String serverModName = "Lophine";
|
|
|
|
@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")
|
|
public static boolean fakeVanilla = false;
|