0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Add note about Opacity X-Ray not working with Sodium

This commit is contained in:
Alexander01998 2024-09-18 12:37:33 +02:00
parent 813889b1b6
commit 3c7a5144cf

View File

@ -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"));