Jump to content

yoursred

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by yoursred

  1. What do I pass to registerExtensionPoint?
  2. I'm genuinely sorry but could you please clarify a bit more
  3. This guy public class GUIConfig extends Screen It's supposed to be a GUI that appears when you click "Config" in the mod list
  4. What would the call be if my class is called GUIConfig?
  5. I'm making a mod thing and wanna add a config screen that pops up when you click config but the usual way of doing it has changed ModLoadingContext.get().registerExtensionPoint(ExtensionPoint.CONFIGGUIFACTORY, () -> (mc, screen) -> new ConfigScreen(screen)); There's now a ConfigGuiHandler.ConfigGuiFactory thing and I have now idea how it's supposed to be used
×
×
  • Create New...

Important Information

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