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 05/12/23 in all areas

  1. https://github.com/ValhelsiaTeam/Valhelsia-Structures/issues/147 i.e. valhelsia is not compatible with optifine, unless you can persuade optifine to fix it.
  2. I am not sure how to do that, but it will be something like (untested code): var packetListener = Minecraft.getInstance().getConnection(); if (packetListener != null && packetListener.getConnection().getRemoteAddress() instanceof InetSocketAddress inetSocketAddress) { System.out.println(inetSocketAddress); } Or there is also var packetListener = Minecraft.getInstance().getConnection(); if (packetListener != null) { System.out.println(packetListener.getServerData().ip); } But the latter is probably the "abcd.net"? If those don't give you what you want, you can use packetListener.getConnection().channel() to get the Netty implementation.
  3. Rubidium is a broken client side only mod that will crash your game when loaded on the server.
  4. hey i was in the same boat. figured out how to download it. click show all versions, hover over the installer link and just next to it theres a circle with an i in it, hover over that and theres a direct download.

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.