- 1.19.2 support
- fixes server-client sync issue (mod wasn't always detected on servers)
- add support function in
TailoredPlayer
/**
* Helper function to get texture hash from skin
* that was set with the mod.
* <p>
* Can be used with <a href="https://mc-heads.net/avatar/{textureid}">https://mc-heads.net/avatar/%7Btextureid%7D</a>
* to get the head texture.
* </p>
*
* @return player's skin id (hash)
*/
String getSkinId();
- add a scarpet function
ft_get_skin_id(player)
which enables you to get the above skin id - useful for discarpet (replaceitem/carpet-discarpet#36)
- this allows minecraft -> discord chat to use skins set by fabrictailor