diff options
author | isXander <xandersmith2008@gmail.com> | 2023-07-24 15:58:24 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-07-24 16:10:44 +0100 |
commit | 11ab4e400a69e019bcdd00de449d44aa75b92099 (patch) | |
tree | 0db4acac02c0d06927a302b2a54bd3bd5e3f7b65 /test-common/src/main/java/dev | |
parent | 8211034ad491949b433b094b7d5c920f3ab7a378 (diff) | |
download | YetAnotherConfigLib-11ab4e400a69e019bcdd00de449d44aa75b92099.tar.gz YetAnotherConfigLib-11ab4e400a69e019bcdd00de449d44aa75b92099.tar.bz2 YetAnotherConfigLib-11ab4e400a69e019bcdd00de449d44aa75b92099.zip |
Fix the name of the list being present on every entry
Diffstat (limited to 'test-common/src/main/java/dev')
-rw-r--r-- | test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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, |