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

(a0.12.1-b1 - a0.14.1) Nether portal (MT19937) #31

Closed muzikbike closed 10 months ago

muzikbike commented 2 years ago

Currently MC-TextureGen's nether portal texture generation is entirely deterministic, as it does not seem to account for the RNG-based "random shimmer" effect which nether portals supposedly had (#19). Since this is RNG-based, it likely also affected Pocket Edition's nether portals, but I can't be sure. More research is needed into this matter.

muzikbike commented 10 months ago

Since #19 was closed I don't remember how this should be any different unless bedrock edition's nether portal generation code truly did differ at some point