removed some example strings

This commit is contained in:
2025-06-19 23:12:35 +02:00
parent 2effc8a6eb
commit 6ef9b2f71a
5 changed files with 5 additions and 10 deletions

View File

@@ -13,8 +13,6 @@ public class MixinTitleScreen {
@Inject(at = @At("HEAD"), method = "init()V")
private void init(CallbackInfo info) {
Constants.LOG.info("This line is printed by an example mod mixin from NeoForge!");
Constants.LOG.info("MC Version: {}", Minecraft.getInstance().getVersionType());
Constants.LOG.info("Mixin MC title Type: {}", Minecraft.getInstance().getVersionType());
}
}