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

(inf-20100616-1808 - 13w01b) Flowing lava #9

Open muzikbike opened 3 years ago

muzikbike commented 3 years ago

In the version directly after flowing water had a displacement effect implemented, flowing lava had one added as well. However, it seems that even without that displacement effect (whose value is currently unknown) the generated lava effect appears different - whether the code that generates it is also fundamentally different, if it just uses a different initial seed or if they're the same after all but the 32x32 resolution stitching makes it appear otherwise is unknown.

161808-lava-anim

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

muzikbike commented 2 years ago

The Pocket Edition case has been split into #30.