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.

Leaderboard

Popular Content

Showing content with the highest reputation on 07/12/22 in all areas

  1. getBurnTime() returns an int. 100/200 = 0 for an int cast it to a float first ((float) 100)/200 = 0.5 But you will probably want to use String.format() on the result to choose the significant digits?
  2. ForgeHooks.getBurnTime
  3. you need a custom network packet (see: https://forge.gemwire.uk/wiki/SimpleChannel) which you send with the necessary data to the server, on the server you can then perform the action you want
  4. I found another issue on this forums related to this here. In an effort not to reopen their issue and contribute myself here is how I solved this particular problem. I can confirm that there does appear to be an issue with the JDK and the resolve for now is in Minecraft's bundled JRE. 1.) Download vanilla Minecraft launcher from here. 2.) Execute the launcher, sign in and run the Minecraft instance. 3.) Using Finder, Navigate to /Users/YOURUSERNAME/Library/Application Support/minecraft/runtime/java-runtime-beta/mac-os/java-runtime-beta/ 4.) Duplicate jre.bundle. 5.) Copy this bundle to your project folder and right click -> show package contents 6.) Copy the contents of the package into a folder of your choice in your project ( I used /project/jre ) 7.) In intelliJ, in the top menu choose Run -> Edit Configurations 8.) Under Application -> runClient, change the first dropdown that says Java17 to the folder you created and select the /jre/home folder. 9.) Build & Run! Victory. Thank you to jhkjhkjn from the prior mentioned forum post for getting me on the right track.

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.