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
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.