Releases: samolego/FabricTailor
Releases · samolego/FabricTailor
FabricTailor 2.2.1
- fixed client crashing
- note: there's minor issue with tooltips and tabs. To be fixed, but I don't currently know what's wrong
FabricTailor 2.2.0
- beta release : client sync doesn't work yet, nor does client screen
- server part (commands, skin setting) works fine
FabricTailor 2.1.2
- update to 1.20
FabricTailor 2.1.1
FabricTailor 2.1.0
- 1.19.4
FabricTailor 2.0.2
- updated to 1.19.3
FabricTailor 2.0.1
- new config option;
allowed_texture_domains
- since malicious sites can log ip requests, allowed domains are now by default limited to:
"minecraft.net", "mojang.com", "crafatar.com", "imgur.com", "githubusercontent.com", "minecraftskins.com", "mc-heads.net", "ely.by", "namemc.com", "planetminecraft.com", "googleusercontent.com", "nocookie.net"
FabricTailor 2.0.0
- capes support!
- if mod is installed both on server & client, you'll be able to set custom capes. Note: They're visible only to players who use fabrictailor as well
- HD skin support
- if mod is installed both on server & client, you'll be able to set HD skins from url. Note: They're visible only to players who use fabrictailor as well
- custom skin server option in config
- command:
/skin set custom <skin filename>
- command:
mod still works serverside only; HD skins & custom capes are visible only to players that have the mod installed!
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