Jump to content

Hankinsohl

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Hankinsohl

  1. What is the recommended way for mods to create config screens using Forge 48.1 or newer for Minecraft 1.20.x? I'd like for my mod to enable the Config button on the Forge Mod Screen. The previously recommended way to accomplish this no longer works in the latest versons of Forge because ExtensionPoint.CONFIGGUIFACTORY and related code seems to have been removed. Thanks in advance for any help.
  2. 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.
  3. The latest version of Forge has removed ExtensionPoint.CONFIGGUIFACTORY. Is it still possible to create a GUI config screen for a mod using Forge?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.