Releases: samolego/FabricTailor
Releases · samolego/FabricTailor
FabricTailor 1.9.0 [1.18.2 backport]
FabricTailor 1.9.0
- 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
FabricTailor 1.8.4
- adds Vietnamese translation, thanks to @MGJerry
FabricTailor 1.8.3
1.19 support
FabricTailor 1.8.2
Fixes #53, thanks to @KJP12 :).
FabricTailor 1.8.1
- implements #48
FabricTailor 1.8.0 [1.18.2]
The 1.8.0 release for 1.18.2 :)
FabricTailor 1.8.0
- threaded skin loading
- there's a new "set default skin" button in gui now
- client now knows if server has fabrictailor (>=1.8.0) or not (and tells you)
FabricTailor 1.7.3
- official 1.18 support
FabricTailor 1.7.2 [1.18-rc1]
- support for 1.18