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

Also output Minecraft-compatible animation files #14

Open muzikbike opened 3 years ago

muzikbike commented 3 years ago

Currently gear frames are produced as individual files, which are useful in cases where only one texture is needed. However, Minecraft requires such textures to be stacked vertically in order to be used as an animated texture, as well as have an associated animation info file.

Stacked images probably shouldn't replace the individual frames output, but instead be created alongside them. And for gears, as there are two rotation directions, there should be two - one for each direction.

Generating an associated animation info text file in the output folders would also be useful.