Skip to content
Discussion options

You must be logged in to vote

I just did this:

import net.minecraft.client.gui.components.Button;
import net.minecraft.client.gui.screens.Screen;
import net.minecraft.client.gui.screens.TitleScreen;
import net.minecraft.client.gui.screens.worldselection.SelectWorldScreen;
import net.minecraft.network.chat.Component;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;

@Mixin(TitleScreen.class)
public class TitleScreenMixin extends Screen {
    protected TitleScreenMixin(Component title) {
            super(title);
        }
    @Inject(at = @At("RETURN"

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@shushi93
Comment options

@dicedpixels
Comment options

@shushi93
Comment options

@unatried
Comment options

Answer selected by shushi93
@shushi93
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
3 participants