Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit ff6979f

Browse files
committed
Replace snooper settings button with Plugins button
Snooper doesn't work on eaglercraft so i replaced the button with the plugins button to make it fit better in the options menu
1 parent 440dfbf commit ff6979f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

patches/minecraft/net/minecraft/client/gui/GuiOptions.edit.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
> INSERT 25 : 30 @ 25
2727

28-
+ GuiButton pluginsButton = new GuiButton(9635329, this.width / 2 + 5, this.height / 6 + 24 - 6, 150, 20,
28+
+ GuiButton pluginsButton = new GuiButton(9635329, this.width / 2 + 5, this.height / 6 + 144 - 6, 150, 20,
2929
+ "Plugins");
3030
+ this.buttonList.add(pluginsButton);
3131
+ ++i;
@@ -46,14 +46,9 @@
4646
~ GuiButton rp;
4747
~ this.buttonList.add(rp = new GuiButton(105, this.width / 2 - 155, this.height / 6 + 144 - 6, 150, 20,
4848

49-
> CHANGE 1 : 3 @ 1 : 2
49+
> CHANGE 1 : 2 @ 1 : 3
5050

5151
~ GuiButton b;
52-
~ this.buttonList.add(b = new GuiButton(104, this.width / 2 + 5, this.height / 6 + 144 - 6, 150, 20,
53-
54-
> INSERT 1 : 2 @ 1
55-
56-
+ b.enabled = false;
5752

5853
> INSERT 2 : 4 @ 2
5954

0 commit comments

Comments
 (0)