NeRdTheNed / MC-TextureGen

A Java program that programatically generates textures generated by certain versions of Minecraft at runtime, and then saves them to individual files.
The Unlicense
12 stars 1 forks source link

(a1.0.9 - 24w07a) Pause menu background #40

Open muzikbike opened 6 months ago

muzikbike commented 6 months ago

The translucent, dark background used for the pause menu was hardcoded in this version range, but as of 24w09a it uses a texture file, which is also lighter. It might be advisable to add functionality to MC-TextureGen that creates a texture file that can be added to a resource pack to produce a visually identical result to the pre-24w09a game menu.

muzikbike commented 6 months ago

image