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 02/22/17 in all areas

  1. That is both the only way AND the correct solution, as you have discovered.
  2. You should use the fontRendererObj directly: mc.fontRendererObj.drawString("fade string", sr.getScaledWidth() / 2 - mc.fontRendererObj.getStringWidth("fade string") / 2 , sr.getScaledHeight() - 97, color); And don't forget to add the alpha: int color += (alpha << 24) That's how you get the transparency. For the fade-out you still need to setup a timer or use the partialTicks like in the GuiIngame.
  3. I totally forgot about the subtitles and overlay messages from Minecraft! In the GuiIngame class by line 241. Here is handled how to fade out and display a overlay message for a specific time. (When a record is played. In that fancy, colored way) But like Matryoshika already said. Here you have to know how to use OpenGL.
  4. I'm not sure if you can fade out a text in Minecraft on a normal way. I never done that before
  5. I'm on a phone and can't see if a post is read or not.

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.