g
This commit is contained in:
parent
b595b49d36
commit
baf8d849b6
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ public class MultiplayerScreenMixin extends Screen
|
|||
}
|
||||
|
||||
@Inject(at = @At("TAIL"), method = "init")
|
||||
private void altManagerButton(int y, int spacingY, CallbackInfo callbackInfo)
|
||||
private void altManagerButton(CallbackInfo callbackInfo)
|
||||
{
|
||||
this.addDrawableChild(new ButtonWidget(this.width - 102, 2, 100, 20, Text.literal("Alt Manager"), (button) -> {
|
||||
MinecraftClient.getInstance().setScreen(AltManagerScreen.INSTANCE);
|
||||
|
|
|
@ -47,7 +47,7 @@ public abstract class TitleScreenMixin extends Screen
|
|||
}
|
||||
|
||||
@Inject(at = @At("TAIL"), method = "init")
|
||||
private void altManagerButton(int y, int spacingY, CallbackInfo callbackInfo)
|
||||
private void altManagerButton(CallbackInfo callbackInfo)
|
||||
{
|
||||
this.addDrawableChild(new ButtonWidget(this.width - 102, 2, 100, 20, Text.literal("Alt Manager"), (button) -> {
|
||||
MinecraftClient.getInstance().setScreen(AltManagerScreen.INSTANCE);
|
||||
|
|
Loading…
Add table
Reference in a new issue