升级游戏兼容性到1.21
移除翻译键中手动添加的命名空间
编译版本升级至JDK21
This commit is contained in:
2024-06-14 14:33:33 +08:00
parent 8186159653
commit 6eb98f1f94
8 changed files with 26 additions and 25 deletions

View File

@@ -17,6 +17,6 @@ public class RandomTeleporter implements ModInitializer {
// However, some things (like resources) may still be uninitialized.
// Proceed with mild caution.
CommandRegister.Register();
LOGGER.info("Hello Fabric world!");
LOGGER.info("RandomTeleporter Loading!");
}
}