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.

omnihil

Members
  • Joined

  • Last visited

  1. Is there a reason for not adding an option to change it with resource packs, like you can with vanilla loading screen?
  2. I would like to change this: "RED(new ColourScheme.Colour(239, 50, 61)" https://maven.minecraftforge.net/net/minecraftforge/fmlearlydisplay/1.20.1-47.1.0/fmlearlydisplay-1.20.1-47.1.0.jar ...\fmlearlydisplay-1.20.1-47.1.0.jar\net\minecraftforge\fml\earlydisplay\ColourScheme.class // // Decompiled by Procyon v0.5.36 // package net.minecraftforge.fml.earlydisplay; public enum ColourScheme { RED(new ColourScheme.Colour(239, 50, 61), new ColourScheme.Colour(255, 255, 255)), BLACK(new ColourScheme.Colour(0, 0, 0), new ColourScheme.Colour(255, 255, 255)); private final ColourScheme.Colour background; private final ColourScheme.Colour foreground; private ColourScheme(final ColourScheme.Colour background, final ColourScheme.Colour foreground) { this.background = background; this.foreground = foreground; } public ColourScheme.Colour background() { return this.background; } public ColourScheme.Colour foreground() { return this.foreground; } private static /* synthetic */ ColourScheme[] $values() { return new ColourScheme[] { ColourScheme.RED, ColourScheme.BLACK }; } static { $VALUES = $values(); } }

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.