28 lines
857 B
Diff
28 lines
857 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: MrHua269 <wangxyper@163.com>
|
|
Date: Sun, 12 Jan 2025 10:18:38 +0800
|
|
Subject: [PATCH] Rebrand to Luminol
|
|
|
|
|
|
diff --git a/src/main/java/io/papermc/paper/ServerBuildInfo.java b/src/main/java/io/papermc/paper/ServerBuildInfo.java
|
|
--- a/src/main/java/io/papermc/paper/ServerBuildInfo.java
|
|
+++ b/src/main/java/io/papermc/paper/ServerBuildInfo.java
|
|
@@ -19,6 +19,17 @@ public interface ServerBuildInfo {
|
|
*/
|
|
Key BRAND_PAPER_ID = Key.key("papermc", "paper");
|
|
|
|
+ // Luminol start
|
|
+ /**
|
|
+ * The brand id for folia
|
|
+ */
|
|
+ Key BRAND_FOLIA_ID = Key.key("papermc", "folia");
|
|
+ /**
|
|
+ * The brand id for Luminol.
|
|
+ */
|
|
+ Key BRAND_LUMINOL_ID = Key.key("luminolmc", "luminol");
|
|
+ // Luminol end
|
|
+
|
|
/**
|
|
* Gets the {@code ServerBuildInfo}.
|
|
*
|