时间:2024 06 14
主要内容:
1. 更新适配的游戏版本到1.21/1.21.x
2. 翻译键移除thewhitedog9487的命名空间
This commit is contained in:
2024-06-14 13:20:27 +08:00
parent 789ad58006
commit 006481d186
8 changed files with 30 additions and 35 deletions

View File

@@ -9,6 +9,6 @@ public class ServerAddressSpaceFixClient implements ClientModInitializer {
@Override
public void onInitializeClient() {
// This entrypoint is suitable for setting up client-specific logic, such as rendering.
LOGGER.info("ServerAddressSpaceFix正在初始化!");
LOGGER.info("ServerAddressSpaceFix Loading!");
}
}