removed some example strings
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user