- Fix crashes with quotes on Windows when syncing skins on the edit screen. Quotes will be removed before sync and before preset saving.
- Native image handling has been cleaned up - hopefully reducing the number of crashes for users on Windows 10 versions below <1903 and Windows 11 versions above March 2024 patch - this issue is a bug that Mojang has been trying to fix for a while, not much I can do about it.
A huge update that fixes many bugs and incompatibilities whilst ensuring support for all the major modern versions used by players.
New Additions
- Updated to the stonecutter build system, supports 1.20.1, 1.20.4, 1.20.6 and 1.21!
- Redone the skin refreshing algorithm, it is now much quicker, thanks to @DimasKama for the pull request!
- Added simplified chinese support.
- Improved file path verification, thanks to @Ashy8682 for the pull request!
- Improved entity rendering and dummy-player stability by relying on Cicada (this is jar-in-jar'd, you dont need to install it.) - this should hopefully improve compatibility with mods that affect player entities, such as Ears.
- Massive stability improvements on 1.20.1 servers, there should be little to no refresh failures anymore.
- Migrated away from YAML based language files, it should be easier for you to create translations for SkinShuffle using either resource packs or by creating a pull request.
- Updated mod icon to be in-line with my 1.21 icon reworks!
Fixes
- Fixed issues with crashes when installed alongside Create and Porting Lib.
- Fixed issues with legacy skins rendering extremely weirdly within the UI.
- Fixed issues where the arm model kept switching to "slim" randomly, this was due to an update to Mojang's Skin API.
- Fixed issues with loading skin textures from path, the path input box now properly supports linux and MacOS, allowing you to use the tilde symbol instead of fully specifying your home directory path.
- Fixed issues where presets would duplicate if not connected to the internet.
- Fixed issues where the rotation of skins within the grid layout resets every time you scroll or shuffle skin presets about.
- Actually disable "signature not found" log spam when viewing skins within the UI.
- Actually enable the legacy skin converter utility for file backed skins.
Like my work? Consider supporting me on Ko-Fi here: https://ko-fi.com/mineblock11
Port of 1.1.0 to 1.20.4.
Full Changelog: https://github.com/IMB11/SkinShuffle/compare/1.1.0+1.20.2...1.1.0+1.20.4
This release is the first stable release of SkinShuffle on 1.20.2 - it fixes some quite major bugs that have been plauging the mod for quite a while now (6 months!!)
- Fixed issue where reconnect screen never shows on compact mode.
- Fixed issue where skins aren't displayed on your player when you deny a reconnect prompt
- Fixed broken legacy pre-1.8 skins (64x32 png files) loaded from File Backed Skins (internal fix)
- Fixed mojang API implementation due to skin API changes.
- Fixed rendering on Carousel widgets.
- Fixed crash when opening a LAN world due to native images being leaked.
- Disable "signature not found" log spam when viewing skins in the UI.
- General performance improvements.
- Added legacy skin converter utility for file backed skins.
Full Changelog: https://github.com/IMB11/SkinShuffle/compare/1.0.2+1.20.2...1.1.0+1.20.2
- Updated to 1.20.2
- Fixed crash relating to F3 + ESC
- Should fix issues with the API preset being displayed incorrectly in the carousel screens.
- Fixed missing arrows on the preset screen.
Full Changelog: https://github.com/mineblock11/SkinShuffle/compare/1.0.1+1.20...1.0.2+1.20.2
What's Changed?
- Capes are no more. 🦀 🦀 🦀
- They were causing too many issues to keep up with, and we decided they are out of scope for this mod.
- If you need a mod to replace this feature, check out Capes, which does a way better job of it than we ever could. 😅
What's Fixed?
- Many issues related to capes, including a massive memory leak that just happened sometimes. 👍
Full Changelog: https://github.com/mineblock11/SkinShuffle/compare/1.0.0+1.20...1.0.1+1.20