Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

nero!

Members
  • Joined

  • Last visited

  1. Found a solution thanks to "Curle" on the forge discord. ModLoadingContext.get().registerExtensionPoint(ExtensionPoint.CONFIGGUIFACTORY, () -> (mc, screen) -> { return new CustomOptionsGUI(screen); }); Then you need to create your own config screen (since it is not yet implemented in the forge api)
  2. That's what I thought, but some mods like Xaero's World Map, Better PVP mod (by Xaero), Inventory HUD+ have that config screen. Sadly, their sources are private
  3. Hey! I use `ForgeConfigSpec`to configure my mod. I expected it to automatically generate the config screen (which is shown when clicking the "config" button of the mod), but it turns out that the developers are supposed to set up that screen. That's how it works at least for 1.12.x and older versions. However, I did not find any resources on how to do it for forge 1.13+. I looked at the documentation, public repos, forge forums but I could not find anything. So my question is: How am I supposed to make that "config" button work? Because at the moment, the users of my mod need to manually edit their config file. Thank you for your help!

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.