Skip to content

Releases: samolego/FabricTailor

FabricTailor 2.2.1

06 Oct 13:25
Compare
Choose a tag to compare
  • 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

24 Sep 17:43
Compare
Choose a tag to compare
FabricTailor 2.2.0 Pre-release
Pre-release
  • beta release : client sync doesn't work yet, nor does client screen
  • server part (commands, skin setting) works fine

FabricTailor 2.1.2

08 Jun 09:49
86780ea
Compare
Choose a tag to compare
  • update to 1.20

FabricTailor 2.1.1

18 Apr 09:15
Compare
Choose a tag to compare

FabricTailor 2.1.0

26 Mar 19:48
Compare
Choose a tag to compare

FabricTailor 2.0.2

08 Dec 08:37
Compare
Choose a tag to compare
  • updated to 1.19.3

FabricTailor 2.0.1

18 Aug 08:04
Compare
Choose a tag to compare
  • 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

17 Aug 12:29
Compare
Choose a tag to compare
  • 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>

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]

15 Aug 15:10
Compare
Choose a tag to compare

FabricTailor 1.9.0

15 Aug 14:35
Compare
Choose a tag to compare
  • 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