TerraformersMC / ModMenu

A menu for, you guessed it, mods!
MIT License
475 stars 140 forks source link

Consistently draw text with shadows #721

Closed haykam821 closed 2 weeks ago

haykam821 commented 2 months ago

Previously, Mod Menu drew some text with shadows and some text without shadows. The lack of shadows on some text was less of an issue because the text was rendered on a contrasting dirt background. With Minecraft 1.20.5 using a panorama background instead, the lack of shadows on text now impacts the text's visibility.

This pull request updates text drawn without shadows to now have shadows:

Mods screen with consistent text shadows

Note that badges are not affected by this change, as they are always rendered on top of a background specifically chose to contrast with the text color.