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

(0.0.19a - 0.0.21a_01) Still lava #7

Closed muzikbike closed 3 years ago

muzikbike commented 3 years ago

This lava animation is notably different from the lava animation that came after - it appears much darker.

firstlava

I have found no documentation at all on this texture, so looking into the code of one of the versions that has it is probably required.

As the original still lava texture very likely used RNG for generation, it may vary between sessions and getting a loopable animation may not be possible.

muzikbike commented 3 years ago

Are you sure you meant to assign this still lava and not the other one?

NeRdTheNed commented 3 years ago

Are you sure you meant to assign this still lava and not the other one?

I did, as I'm working on it right now! I'll also assign myself the other one, as they're almost identical.

NeRdTheNed commented 3 years ago

Added in https://github.com/NeRdTheNed/MC-TextureGen/commit/e3c3859720c295601fc23fba5c348921a299a692.