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

(in-20091223-0040 - inf-20100611) Flowing water, no displacement #5

Open muzikbike opened 3 years ago

muzikbike commented 3 years ago

The first build of Indev introduced a new, dedicated texture for the sides of water, different from the top and bottom. Unlike the previous horizontal texture, this texture was vertical, and had a far streakier appearance than its still counterpart.

earlyflowwater

However, unlike what it would later become, this texture was pretty still, and did not have the translation effect indicating a flow direction.

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