We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091036d commit 06bc26aCopy full SHA for 06bc26a
src/main/java/com/dark/zewo2/mixin/MultiplayerScreenMixin.java
@@ -23,7 +23,7 @@ private void onInit(CallbackInfo info) {
23
addDrawableChild(ButtonWidget.builder(Text.of(Addon.CATEGORY.toString()), button -> {
24
client.setScreen(new accounts(GuiThemes.get(), (MultiplayerScreen) (Object) this));
25
})
26
- .position(this.width - 75 - 3 - 150 - 4, 3)
+ .position(this.width - 75 -3, 512 + 3)
27
.size(75, 20)
28
.build());
29
}
0 commit comments