From c84415116455d108ad07fc8dd6232c9acc94c40f Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 21 May 2023 14:36:37 +0100 Subject: Automatic WebP frame duration detection --- test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-common/src') diff --git a/test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java b/test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java index 9717206..f274fe2 100644 --- a/test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java +++ b/test-common/src/main/java/dev/isxander/yacl/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\\Downloads\\e.webp"), new ResourceLocation("yacl", "e.webp"), 33) + .webpImage(Path.of("D:\\Xander\\Downloads\\e.webp"), new ResourceLocation("yacl", "e.webp")) .build()) .binding( defaults.booleanToggle, -- cgit