aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/java/dev/isxander/yacl3/test/GuiTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/testmod/java/dev/isxander/yacl3/test/GuiTest.java')
-rw-r--r--src/testmod/java/dev/isxander/yacl3/test/GuiTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testmod/java/dev/isxander/yacl3/test/GuiTest.java b/src/testmod/java/dev/isxander/yacl3/test/GuiTest.java
index 07e0098..a515fe0 100644
--- a/src/testmod/java/dev/isxander/yacl3/test/GuiTest.java
+++ b/src/testmod/java/dev/isxander/yacl3/test/GuiTest.java
@@ -53,7 +53,7 @@ public class GuiTest {
.option(ButtonOption.createBuilder()
.name(Component.literal("Kotlin DSL Test"))
.action((screen, opt) -> {
- Minecraft.getInstance().setScreen(DslTestKt.kotlinDslGui(screen));
+ Minecraft.getInstance().setScreen(CodecConfigKt.INSTANCE.generateConfigScreen(screen));
})
.build())
.group(OptionGroup.createBuilder()