I'm targetting Minecraft 1.20.x with Forge 48.1. ModLoadingContext.get().registerExtensionPoint(ExtensionPoint.CONFIGGUIFACTORY, () -> (mc, screen) -> new ModConfig()); worked in Minecraft 1.16 with the older version of Forge, but no longer works becase ExtensionPoint.CONFIGGUIFACTORY has been removed in the version of Forge for Minecraft 1.20.x. Thus, I'm wondering if it is still possible to create a GUI config screen for a mod using Forge 48.1 or newer.