Skip to content

Commit

Permalink
Add note about Opacity X-Ray not working with Sodium
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Sep 18, 2024
1 parent 813889b commit 3c7a514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/wurstclient/hacks/XRayHack.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public final class XRayHack extends Hack implements UpdateListener,

private final SliderSetting opacity = new SliderSetting("Opacity",
"Opacity of non-ore blocks when X-Ray is enabled.\n\n"
+ "Does not work when Sodium is installed.\n\n"
+ "Remember to restart X-Ray when changing this setting.",
0, 0, 0.99, 0.01, ValueDisplay.PERCENTAGE.withLabel(0, "off"));

Expand Down

0 comments on commit 3c7a514

Please sign in to comment.