You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional contextOptional
Both CottonInventoryScreen#paint and Screen#render call Screen#renderBackground. The method is called twice in total, so CottonInventoryScreen is darker.
The text was updated successfully, but these errors were encountered:
Describe the bug
Background of
CottonInventoryScreen
is darker than vanilla screen's.To Reproduce
Steps to reproduce the behavior:
CottonInventoryScreen
.Expected behavior Optional
It should be as dark as vanilla.
Screenshots Optional
Vanilla screen:
CottonInventoryScreen
:Version of the mods:
Additional context Optional
Both
CottonInventoryScreen#paint
andScreen#render
callScreen#renderBackground
. The method is called twice in total, soCottonInventoryScreen
is darker.The text was updated successfully, but these errors were encountered: