Skip to content

Commit 8ce400f

Browse files
Got rid of default mixin
1 parent f9218f0 commit 8ce400f

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

src/main/java/com/magnet/streamermodeplusplus/Screens/ModMenuScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected void init() {
3838
int lineColor = 0xFF444444;
3939
int horizontalInset = 20;
4040

41-
int bottomLineY = y + 140 + 16 + 14 * 4 + 25; // adjusted for new layout
41+
int bottomLineY = y + 140 + 16 + 14 * 4 + 25;
4242
graphics.fill(x + horizontalInset, bottomLineY, x + width - horizontalInset, bottomLineY + 1, lineColor);
4343
});
4444

src/main/java/com/magnet/streamermodeplusplus/StreamerModePlusPlusClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ public class StreamerModePlusPlusClient implements ClientModInitializer
2222
public static boolean mixinHideChunkInfoDebugHudEnabled = false;
2323
public static boolean mixinHideFaceInfoDebugHudEnabled = false;
2424

25-
public String hiddenCoordsMessage = "XYZ: HIDDEN FROM STREAMERMODEPLUSPLUS :)";
26-
public String hiddenBlockMessage = "Block: HIDDEN FROM STREAMERMODEPLUSPLUS :)";
27-
public String hiddenChunkMessage = "Chunk: HIDDEN FROM STREAMERMODEPLUSPLUS :)";
28-
public String hiddenFaceMessage = "Facing: HIDDEN FROM STREAMERMODEPLUSPLUS :)";
25+
public String hiddenCoordsMessage = "XYZ: HIDDEN FROM STREAMERMODE++";
26+
public String hiddenBlockMessage = "Block: HIDDEN FROM STREAMERMODE++";
27+
public String hiddenChunkMessage = "Chunk: HIDDEN FROM STREAMERMODE++";
28+
public String hiddenFaceMessage = "Facing: HIDDEN FROM STREAMERMODE++";
2929

3030
private static KeyBinding MenuBind;
3131

src/main/java/com/magnet/streamermodeplusplus/mixins/ExampleMixin.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)