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

@@ -12,8 +12,6 @@ public class MixinMinecraft {
@Inject(at = @At("TAIL"), method = "<init>")
private void init(CallbackInfo info) {
Constants.LOG.info("This line is printed by an example mod common mixin!");
Constants.LOG.info("MC Version: {}", Minecraft.getInstance().getVersionType());
Constants.LOG.info("Mixin MC Platform: {}", Minecraft.getInstance().getVersionType());
}
}