telvarost / MojangFix-StationAPI

Minecraft b1.7.3 mod that fixes skins, authentication and more. Now with configs and InventoryTweaks support
https://modrinth.com/mod/mojangfix-stationapi-edition
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Workaround authentication API for skins and capes #11

Closed matthewperiut closed 2 months ago

matthewperiut commented 2 months ago

Directly communicating to Mojang API to grab skins and capes from mojang.com Fixes an issue where all skins and capes were outdated due to using a deprecated library's skin/cape url fetch Authentication still seems to work fine with deprecated API, so I didn't touch it.

Proof that with this change skins are up to date! They even update exiting and rejoining worlds! My Halloween skin: demo (yes multiplayer works) Untitled

telvarost commented 2 months ago

Does this still allow toggling between Mojang and Ashcon proxy for skins? Or, does this PR make it so that only Mojang is used now?

telvarost commented 2 months ago

Regardless, people will definitely want this so I am merging it.