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 12/29/21 in Posts

  1. 1 point
    Make sure the mods loaded into forge are for the correct version of the launcher(that's how I fixed it).
  2. Worked like a charm! Too bad none of the hex color pickers seem to have an AARRGGBB option. So I had to get a normal RRGGBB hex code, then convert some arbitrary value (I think it was 201) to hexadecimal which is the C9 value. public void renderGhostItem(ItemStack stack, int x, int y) { RenderHelper.enableGUIStandardItemLighting(); GlStateManager.disableLighting(); itemRenderer.renderItemAndEffectIntoGUI(stack, x, y); GlStateManager.depthFunc(516); AbstractGui.fill(x, y, x + 16, y + 16, 0xC9365A7F); GlStateManager.depthFunc(515); renderGhostItemOverlay(font, stack, x, y); GlStateManager.enableLighting(); RenderHelper.disableStandardItemLighting(); } This is what it looks like now
  3. The AA is just the alpha value (in the range of [0, 255]). You can use 255 (opaque) if you do not want transparency.

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.