MidnightLib

MidnightLib

22M Downloads

Incorrect texture used as config background

xllifi opened this issue ยท 4 comments

commented

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:

  • Use light_dirt_background.png
  • Add a new texture
commented

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.

commented

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

commented

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

Nope, that'd require even more code.

commented

So there's no fix I guess :(