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

(23w04a - present) Paletted Permutations #35

Open muzikbike opened 6 months ago

muzikbike commented 6 months ago

This is how the textures for armor trims (item forms as well as entity models) are generated, using a palette texture plus a texture file to apply it to, which are then printed to the desired texture atlas. Since it's a game-generated texture instead of directly defined in the files, it might fit here.