TeamMidnightDust / MidnightLib

Common Library for Team MidnightDust's mods. Provides a config api, common utils, and cosmetics.
https://midnightdust.eu/midnightlib
MIT License
31 stars 15 forks source link

Incorrect texture used as config background #39

Closed xllifi closed 11 months ago

xllifi commented 11 months ago

Minecraft's world creation uses light_dirt_background.png, MidnightLib's config uses options_background.png. Both of them use the same tabs This partially breaks resourcepack compatibility mcworldcreation puzzle

Possible solutions:

Motschen commented 11 months ago

The options background texture is used, because these screens contain an options list widget, which uses that as it's background. Changing the texture would require adding our own renderBackground method, which would increase the file size a lot.

xllifi commented 11 months ago

Is adding a new tabs and footers texture a better solution then?

Motschen commented 11 months ago

Is adding a new tabs and footers texture a better solution then?

Nope, that'd require even more code.

xllifi commented 11 months ago

So there's no fix I guess :(