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

(v0.16.0 build 5-?) Missing texture #18

Closed muzikbike closed 3 years ago

muzikbike commented 3 years ago

It seems that the missing texture Pocket Edition introduced in this version has ever so slightly different colors. Assuming this texture is indeed generated by the game and isn't a predefined texture file itself, code analysis of some sort will probably be needed to confirm whether or not it's actually different, and if so, what the difference is.

muzikbike commented 3 years ago

Subsequent discussion has concluded that this is very likely a predefined texture and not generated by the game. If anyone can prove this wrong, though, do comment.