This commit is contained in:
nelle 2023-06-21 00:20:08 -06:00
parent 79845492c6
commit cd6512a744

View file

@ -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?");
}
}