From 11ab4e400a69e019bcdd00de449d44aa75b92099 Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 24 Jul 2023 15:58:24 +0100 Subject: Fix the name of the list being present on every entry --- test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-common/src/main/java/dev/isxander/yacl3/test') diff --git a/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java b/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java index d0b725e..fbe24de 100644 --- a/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java +++ b/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java @@ -70,7 +70,7 @@ public class GuiTest { .append(Component.literal("e").withStyle(style -> style.withHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, Component.literal("e"))))) .withStyle(style -> style.withClickEvent(new ClickEvent(ClickEvent.Action.OPEN_URL, "https://isxander.dev"))) ) - .webpImage(Path.of("D:\\Xander\\Code\\isXander\\Zoomify\\src\\main\\resources\\assets\\zoomify\\textures\\demo\\zoom-hand.webp"), new ResourceLocation("yacl", "e.webp")) + .webpImage(Path.of("D:\\Xander\\Code\\isXander\\Controlify\\src\\main\\resources\\assets\\controlify\\textures\\screenshots\\reach-around-placement.webp"), new ResourceLocation("yacl", "e.webp")) .build()) .binding( defaults.booleanToggle, -- cgit