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

(1.20-pre1 - 24w07a) Menu background #36

Open muzikbike opened 6 months ago

muzikbike commented 6 months ago

As of 24w09a, the background used for menus is now used as-is. Previously, a copy of the dirt texture was used, which was darkened by the game, but it now uses a pre-darkened texture and the game does not apply any changes to it.

Implementing this into MC-TextureGen would be useful as it could be used to convert existing textures from resource packs into the new format.

muzikbike commented 6 months ago

image