Splash

Change your splash screen colors

File Details

splash-1.0.2.jar

  • R
  • Sep 24, 2020
  • 31.60 KB
  • 72
  • 1.16.3
  • Fabric

File Name

splash-1.0.2.jar

Supported Versions

  • 1.16.3

Curse Maven Snippet

Fabric

modImplementation "curse.maven:splash-409628:3064008"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fix the logo entirely, removing all darkness around the edges and ensuring perfect color accuracy

This is done by premultiplying the alpha into a second image while the logo is loaded into the resource manager, and drawing that one instead of the default one (using the blending function to tint the color, rather than glColor4f). Basically it means that the issue is fixed.