Updated to 1.11
Version 1.11
- Texture pack bug fixed
- Partial support for texture packs above 16x16
- Random screensaver mode selection bug fixed
- Mob Profile mode added(work in progress)
There was a bug with texture packs where if you tried to select the "Minecraft" one after you had previously selected a custom one, it would never reset the selected texture pack. There was also a bug where it wouldn't select the correct random screensaver mode based on what you had picked from the list.
Partial support for texture packs above 16x16 means that if you use a higher resolution texture pack that the screensaver will resize the terrain.png to 16x16 and use that instead(Except with Mob Profile). As the screensaver uses GL_NEAREST even if it fully supported higher textures it would still look blocky(There are artifacts when using GL_LINEAR due to how it works when you use Atlas textures).
The Mob Profile mode is a work in progress, currently its just Steve (The player character). Mob Profile mode requires a valid Minecraft directory to be set or it will just display a warning message instead when ran.