Skip to content

Commit d22a1a9

Browse files
committed
Update Sodium X-Ray gametest image templates
1 parent ddf628a commit d22a1a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/gametest/java/net/wurstclient/gametest/tests/XRayHackTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void testXRayHack(ClientGameTestContext context,
3838
input.pressKey(GLFW.GLFW_KEY_X);
3939
waitForChunkReloading(context, world);
4040
assertScreenshotEquals(context, "xray_default",
41-
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/02KZHLm.png"
41+
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/erO3kia.png"
4242
: "https://i.imgur.com/Dftamqv.png");
4343

4444
// Exposed only
@@ -48,7 +48,7 @@ public static void testXRayHack(ClientGameTestContext context,
4848
input.pressKey(GLFW.GLFW_KEY_X);
4949
waitForChunkReloading(context, world);
5050
assertScreenshotEquals(context, "xray_exposed_only",
51-
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/xplrJwM.png"
51+
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/yjCT7jI.png"
5252
: "https://i.imgur.com/QlEpQTu.png");
5353

5454
// Opacity mode
@@ -58,7 +58,7 @@ public static void testXRayHack(ClientGameTestContext context,
5858
input.pressKey(GLFW.GLFW_KEY_X);
5959
waitForChunkReloading(context, world);
6060
assertScreenshotEquals(context, "xray_opacity",
61-
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/MFc821z.png"
61+
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/LKaCXNd.png"
6262
: "https://i.imgur.com/0nLulJn.png");
6363

6464
// Exposed only + opacity
@@ -68,7 +68,7 @@ public static void testXRayHack(ClientGameTestContext context,
6868
input.pressKey(GLFW.GLFW_KEY_X);
6969
waitForChunkReloading(context, world);
7070
assertScreenshotEquals(context, "xray_exposed_only_opacity",
71-
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/GRHgW6P.png"
71+
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/0OmJCsi.png"
7272
: "https://i.imgur.com/noPWDUl.png");
7373

7474
// Clean up

0 commit comments

Comments
 (0)