Files
Shiroha/shiroha-api/paper-patches/features/0001-Rebrand-to-Shiroha.patch
T
NanaChiyo0721 c736416ca5
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
Updated Upstream(Folia) & Drop Frustum filtering tracker patch
2026-08-08 11:46:48 +08:00

29 lines
957 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: MrHua269 <mrhua269@gmail.com>
Date: Wed, 8 Jul 2026 18:15:21 +0800
Subject: [PATCH] Rebrand to Shiroha
diff --git a/src/main/java/io/papermc/paper/ServerBuildInfo.java b/src/main/java/io/papermc/paper/ServerBuildInfo.java
index 56a5877181e8d37518b178c95155e892c442e96d..4cab6adb697483ba421d1b9af8d5843ccda410fd 100644
--- 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");
+ // Shiroha start
+ /**
+ * The brand id for folia
+ */
+ Key BRAND_FOLIA_ID = Key.key("papermc", "folia");
+ /**
+ * The brand id for Shiroha.
+ */
+ Key BRAND_SHIROHA_ID = Key.key("nanachiyo0721", "shiroha");
+ // Shiroha end
+
/**
* Gets the {@code ServerBuildInfo}.
*