funny
This commit is contained in:
parent
79845492c6
commit
cd6512a744
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||
public class TitleScreenMixin {
|
||||
@Inject(method = "init", at = @At("TAIL"))
|
||||
public void onInit(CallbackInfo ci) {
|
||||
ExampleMod.LOGGER.info("This line is printed by an example mod mixin!");
|
||||
ExampleMod.LOGGER.info("MIXED UP~! or was it supposed to be in?");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue