pls choco update this to remove asm4 and use asm7

pull/5/head
valoeghese 4 years ago
parent 83711e1e82
commit 91c3e007e1

@ -10,7 +10,7 @@ import net.minecraft.client.gui.screen.TitleScreen;
@Mixin(TitleScreen.class) @Mixin(TitleScreen.class)
public class ExampleMixin { public class ExampleMixin {
@Inject(at = @At("HEAD"), method = "init()V") @Inject(at = @At("HEAD"), method = "init()V")
private void init(CallbackInfo info) { private void init(CallbackInfo info) {
System.out.println("This line is printed by an example mod mixin!"); System.out.println("This line is printed by an example mod mixin!");
} }
} }

Loading…
Cancel
Save