Skip to content

Commit 07fd241

Browse files
committed
Config is at layer-1 now
1 parent ae79de6 commit 07fd241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cn/yesterday17/kokoalinux/config/GuiFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public boolean hasConfigGui() {
2424
@Override
2525
public GuiScreen createConfigGui(GuiScreen parentScreen) {
2626
return new GuiConfig(parentScreen,
27-
Collections.singletonList(ConfigElement.from(KokoaConfig.class)),
27+
ConfigElement.from(KokoaConfig.class).getChildElements(),
2828
KokoaLinux.MOD_ID,
2929
false,
3030
false,

0 commit comments

Comments
 (0)