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.22a - 13w01b) Still lava #8

Closed muzikbike closed 2 years ago

muzikbike commented 3 years ago

This is the conventional lava animation, used for all sides of the lava block from 0.0.22a up until inf-20100615 and still for the top and bottom for inf-2010061601808 onwards. I am not aware of any changes made to this texture from 0.0.22a onwards. Documentation of this texture can be found here: https://github.com/UnknownShadow200/ClassiCube/wiki/MInecraft-Classic-lava-animation-algorithm

secondlava

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

NeRdTheNed commented 3 years ago

Java version added in https://github.com/NeRdTheNed/MC-TextureGen/commit/e3c3859720c295601fc23fba5c348921a299a692. @muzikbike Should I close this issue, or should this stay open for console edition / pocket edition / other variants?

muzikbike commented 3 years ago

Feel free to close it, I might make a separate issue just for implementing a separate RNG to emulate pocket edition.

muzikbike commented 2 years ago

I assume this is still eligible for closing? Will do it if you don't in a few days

NeRdTheNed commented 2 years ago

I assume this is still eligible for closing? Will do it if you don't in a few days

Sure, closing now!

muzikbike commented 2 years ago

The Pocket Edition case has been split into #26.